noctalia-shell/Services/PanelManager.qml
2025-08-12 19:04:16 -04:00

11 lines
170 B
QML

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