window: Mark Last Played as default sort mode
This commit is contained in:
@@ -49,6 +49,12 @@ template $Window: Adw.ApplicationWindow {
|
||||
section {
|
||||
label: _("Sort");
|
||||
|
||||
item {
|
||||
label: _("Last Played");
|
||||
action: "win.sort";
|
||||
target: "last_played";
|
||||
}
|
||||
|
||||
item {
|
||||
label: _("A-Z");
|
||||
action: "win.sort";
|
||||
@@ -72,12 +78,6 @@ template $Window: Adw.ApplicationWindow {
|
||||
action: "win.sort";
|
||||
target: "oldest";
|
||||
}
|
||||
|
||||
item {
|
||||
label: _("Last Played");
|
||||
action: "win.sort";
|
||||
target: "last_played";
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
||||
Reference in New Issue
Block a user