mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
16 lines
340 B
QML
16 lines
340 B
QML
pragma Singleton
|
|
|
|
import QtQuick 2.14
|
|
|
|
QtObject {
|
|
property var userProfileInst
|
|
property bool isTenorWarningAccepted
|
|
property bool isGifWidgetEnabled
|
|
property bool isWalletEnabled
|
|
property var getSelectedTextWithFormationChars
|
|
property var gifColumnA
|
|
|
|
property var currencyStore
|
|
property var getNetworkIcon
|
|
}
|