2025-06-26 20:46:50 +02:00
|
|
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
|
|
|
|
|
|
|
import Quickshell
|
|
|
|
import QtQuick
|
|
|
|
|
2025-07-17 00:53:29 +02:00
|
|
|
import qs.modules.drawers
|
|
|
|
import qs
|
2025-06-26 20:46:50 +02:00
|
|
|
|
|
|
|
ShellRoot {
|
|
|
|
id: shellroot
|
|
|
|
|
2025-07-19 00:36:05 +02:00
|
|
|
Component.onCompleted: [Launcher.init(), AudioPopup.init()]
|
2025-06-26 20:46:50 +02:00
|
|
|
|
|
|
|
Drawers {}
|
|
|
|
}
|