mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-06 14:26:32 +00:00
11 lines
123 B
QML
11 lines
123 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import qs.Modules.Settings
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property var openedPanel: null
|
|
}
|