mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +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
|
|
}
|