Wallpaper: back to onClicked for Wallpaper selection

This commit is contained in:
LemmyCook 2025-08-31 15:55:12 -04:00
parent bb1d56121d
commit 330eac08cb

View file

@ -179,8 +179,7 @@ ColumnLayout {
anchors.fill: parent
acceptedButtons: Qt.LeftButton
hoverEnabled: true
// Use on pressed instead of clicked to better register clicks
onPressed: {
onClicked: {
if (Settings.data.wallpaper.setWallpaperOnAllMonitors) {
WallpaperService.changeWallpaper(undefined, wallpaperPath)
} else if (screen) {