mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-24 04:28:58 +00:00
12 lines
287 B
QML
12 lines
287 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
|
|
property bool onboardingV2Enabled
|
|
}
|