mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
WallHaven: use sort by relevance as default
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user