mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 06:37:09 +00:00
9 lines
173 B
QML
9 lines
173 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
property bool connectorEnabled
|
|
property bool dappsEnabled
|
|
property bool swapEnabled
|
|
property bool sendViaPersonalChatEnabled
|
|
}
|