status-desktop/storybook/stubs/nim/sectionmocks/FeatureFlags.qml

11 lines
240 B
QML
Raw Normal View History

// Mock of src/app/global/feature_flags.nim
import QtQuick 2.15
QtObject {
readonly property string contextPropertyName: "featureFlagsRootContextProperty"
//
// Silence warnings
readonly property bool dappsEnabled: true
}