noctalia-shell/Services/PanelManager.qml
quadbyte b3002b42b4 SettingsWindow Loading
- reworked the way we load the settings to avoid using
Qt.createComponent which breaks hot reload and more
- introduced a new PanelManager singleton to hold some references to
some panels and later will be used to force having a single panel opened
at all time
2025-08-12 18:58:22 -04:00

10 lines
137 B
QML

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