2022-12-08 12:09:40 +02:00

13 lines
275 B
QML

pragma Singleton
import QtQuick 2.14
QtObject {
property var userProfileInst
property bool isWalletEnabled
property bool isTenorWarningAccepted
property var getSelectedTextWithFormationChars
property var isGifWidgetEnabled
property var gifColumnA
}