noctalia-shell/Services/PanelService.qml
2025-08-15 21:55:32 -04:00

9 lines
96 B
QML

pragma Singleton
import Quickshell
Singleton {
id: root
property var openedPanel: null
}