mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
8 lines
128 B
QML
8 lines
128 B
QML
|
import QtQml 2.15
|
||
|
|
||
|
QtObject {
|
||
|
property bool connectorEnabled
|
||
|
property bool dappsEnabled
|
||
|
property bool swapEnabled
|
||
|
}
|