nova-shell/shell/modules/FlyoutState.qml

12 lines
254 B
QML

pragma Singleton
import QtQuick
import "." as M
import "../services" as S
QtObject {
property bool visible: false
property string text: ""
property real itemX: 0
property var screen: null
property color accentColor: S.Theme.base05
}