nova-shell/modules/FlyoutState.qml
2026-04-12 10:37:29 +02:00

9 lines
165 B
QML

pragma Singleton
import QtQuick
QtObject {
property bool visible: false
property string text: ""
property real itemX: 0
property var screen: null
}