9 lines
121 B
QML
9 lines
121 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
readonly property PowerMenu powermenu: PowerMenu {}
|
|
}
|