status-desktop/storybook/stubs/shared/stores/RootStore.qml

13 lines
276 B
QML
Raw Normal View History

pragma Singleton
import QtQuick 2.14
QtObject {
property var userProfileInst
2022-12-06 07:55:50 +00:00
property bool isTenorWarningAccepted
property bool isGifWidgetEnabled
property bool isWalletEnabled
2022-12-06 07:55:50 +00:00
property var getSelectedTextWithFormationChars
property var gifColumnA
}