Don't close WallpaperSelector after selecting wallpaper

This commit is contained in:
Ly-sec 2025-08-07 22:02:07 +02:00
parent cec4b05047
commit 0248c395f0

View file

@ -150,7 +150,6 @@ Rectangle {
cursorShape: Qt.PointingHandCursor
onClicked: {
WallpaperManager.changeWallpaper(modelData);
wallpaperOverlay.hide();
}
}