mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
9 lines
88 B
QML
9 lines
88 B
QML
|
pragma Singleton
|
||
|
|
||
|
import QtQuick 2.13
|
||
|
|
||
|
QtObject {
|
||
|
|
||
|
property int currentMenuTab: 0
|
||
|
}
|