noctalia-shell/Services/PanelService.qml

10 lines
123 B
QML

pragma Singleton
import Quickshell
import qs.Modules.Settings
Singleton {
id: root
property var openedPanel: null
}