mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
a7e74f3e00
- rationale: do not save global state in a singleton, gather and propagate the values via FeatureFlagsStore Fixes #14697
8 lines
128 B
QML
8 lines
128 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
property bool connectorEnabled
|
|
property bool dappsEnabled
|
|
property bool swapEnabled
|
|
}
|