status-desktop/ui/app/AppLayouts/stores/FeatureFlagsStore.qml
Lukáš Tinkl a7e74f3e00 chore(Global): Remove FeatureFlags access via Global singleton
- rationale: do not save global state in a singleton, gather and
propagate the values via FeatureFlagsStore

Fixes #14697
2024-08-12 20:00:31 +02:00

8 lines
128 B
QML

import QtQml 2.15
QtObject {
property bool connectorEnabled
property bool dappsEnabled
property bool swapEnabled
}