mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 07:06:58 +00:00
10 lines
213 B
QML
10 lines
213 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
property bool connectorEnabled
|
|
property bool dappsEnabled
|
|
property bool swapEnabled
|
|
property bool sendViaPersonalChatEnabled
|
|
property bool paymentRequestEnabled
|
|
}
|