2025-06-26 20:46:50 +02:00
|
|
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
2025-07-17 00:53:29 +02:00
|
|
|
//@ pragma Env QT_QML_GENERATE_QMLLS_INI
|
2025-06-26 20:46:50 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Component.onCompleted: [Launcher.init()]
|
|
|
|
|
|
|
|
Drawers {}
|
|
|
|
// Background {}Popup
|
|
|
|
//
|
|
|
|
|
|
|
|
}
|