WallHaven: use sort by relevance as default

This commit is contained in:
Ly-sec
2025-11-16 16:31:49 +01:00
parent de200a929c
commit 01b44e0b28
4 changed files with 4 additions and 4 deletions
@@ -173,7 +173,7 @@ Popup {
"key": "toplist",
"name": I18n.tr("wallpaper.panel.sorting.toplist")
}]
currentKey: Settings.data.wallpaper.wallhavenSorting || "date_added"
currentKey: Settings.data.wallpaper.wallhavenSorting || "relevance"
onSelected: key => {
Settings.data.wallpaper.wallhavenSorting = key
if (typeof WallhavenService !== "undefined") {