Stefan 4dfa0a1b05 chore(storybook) add ConnectDappModal to story book
Also:

- mock FeatureFlags nim to silence `Global.qml` warnings

Updates: #14556
2024-05-13 10:33:16 +02:00

11 lines
240 B
QML

// 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
}