WallpaperSelectorPanel: rename to WallpaperSelector

This commit is contained in:
Ly-sec
2025-09-18 19:26:35 +02:00
parent 28026a4c37
commit b374f167ef
4 changed files with 5 additions and 273 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ NBox {
visible: Settings.data.wallpaper.enabled
icon: "wallpaper-selector"
tooltipText: "Left click: Open wallpaper selector.\nRight click: Set random wallpaper."
onClicked: PanelService.getPanel("wallpaperSelectorPanel")?.toggle(this)
onClicked: PanelService.getPanel("wallpaperSelector")?.toggle(this)
onRightClicked: WallpaperService.setRandomWallpaper()
}