mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
3059631226
Test parts of the working functionality
13 lines
276 B
QML
13 lines
276 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
|
|
}
|