Wallpaper: is never attached to a button

This commit is contained in:
ItsLemmy
2025-10-30 23:34:05 -04:00
parent 833a9c1a8f
commit 84e058fb07
@@ -10,6 +10,6 @@ NIconButtonHot {
enabled: Settings.data.wallpaper.enabled
icon: "wallpaper-selector"
tooltipText: I18n.tr("quickSettings.wallpaperSelector.tooltip.action")
onClicked: PanelService.getPanel("wallpaperPanel")?.toggle(this)
onClicked: PanelService.getPanel("wallpaperPanel")?.toggle()
onRightClicked: WallpaperService.setRandomWallpaper()
}