mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 19:45:51 +00:00
Wallpaper: back to onClicked for Wallpaper selection
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user