This commit is contained in:
Bloxx12 2025-06-24 15:51:34 +02:00
commit 334bca71fe
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
17 changed files with 733 additions and 117 deletions

View file

@ -5,6 +5,8 @@ import QtQuick
import "modules"
import "modules/drawers"
import "services"
// import "modules/background"
ShellRoot {
@ -13,6 +15,7 @@ ShellRoot {
Component.onCompleted: [Launcher.init()]
Drawers {}
// Background {}
// Background {}Popup
//
}