WallpaperSelector overhaul: initial commit

This commit is contained in:
Ly-sec
2025-09-18 17:55:30 +02:00
parent 3d9295856c
commit 1bd093db7f
6 changed files with 310 additions and 24 deletions
+6
View File
@@ -28,6 +28,7 @@ import qs.Modules.PowerPanel
import qs.Modules.SidePanel
import qs.Modules.Toast
import qs.Modules.WiFiPanel
import qs.Modules.WallpaperSelectorPanel
import qs.Services
import qs.Widgets
@@ -94,6 +95,11 @@ ShellRoot {
objectName: "bluetoothPanel"
}
WallpaperSelectorPanel {
id: wallpaperSelectorPanel
objectName: "wallpaperSelectorPanel"
}
Component.onCompleted: {
// Save a ref. to our lockScreen so we can access it easily
PanelService.lockScreen = lockScreen