diff options
Diffstat (limited to 'home/quickshell/PopupContext.qml')
| -rw-r--r-- | home/quickshell/PopupContext.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/quickshell/PopupContext.qml b/home/quickshell/PopupContext.qml new file mode 100644 index 0000000..6f007c8 --- /dev/null +++ b/home/quickshell/PopupContext.qml @@ -0,0 +1,6 @@ +import QtQuick + +// Tracks which popup of a set is active. +QtObject { + property var popup: null; +} |
