mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
WallpaperSelector overhaul: initial commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user