mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-11 16:50:16 +00:00
10 lines
96 B
QML
10 lines
96 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property var openedPanel: null
|
|
}
|