Add AppLauncher

This commit is contained in:
Ly-sec 2025-08-14 18:44:04 +02:00
parent 4635aec80e
commit 2b39cbfe01
6 changed files with 788 additions and 19 deletions

View file

@ -10,6 +10,7 @@ import qs.Modules.Calendar
import qs.Modules.Demo
import qs.Modules.Background
import qs.Modules.SidePanel
import qs.Modules.AppLauncher
import qs.Modules.Notification
import qs.Modules.Settings
import qs.Services
@ -24,6 +25,12 @@ ShellRoot {
Bar {}
Dock {}
AppLauncher {
id: appLauncherPanel
}
DemoPanel {
id: demoPanel
}