mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
481350385e
fixes #16710
11 lines
249 B
QML
11 lines
249 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
property bool connectorEnabled
|
|
property bool dappsEnabled
|
|
property bool swapEnabled
|
|
property bool sendViaPersonalChatEnabled
|
|
property bool paymentRequestEnabled
|
|
property bool simpleSendEnabled
|
|
}
|