mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 10:10:16 +00:00
12 lines
170 B
QML
12 lines
170 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import qs.Modules.Settings
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property var openedPanel: null
|
|
property SettingsWindow settingsWindow: null
|
|
}
|