Reverse subscriptions and episodes in main menu

This is probably a more useful order.  It's also consistent with the new
mobile bottom toolbar.
This commit is contained in:
Bart De Vries 2021-10-30 19:46:30 +02:00
parent ad5213176e
commit 5882781a9f
1 changed files with 9 additions and 9 deletions

View File

@ -124,15 +124,6 @@ Kirigami.ApplicationWindow {
SettingsManager.lastOpenedPage = "DiscoverPage" // for persistency
}
},
Kirigami.Action {
text: i18n("Episodes")
iconName: "rss"
checked: currentPage == "EpisodeListPage"
onTriggered: {
pushPage("EpisodeListPage")
SettingsManager.lastOpenedPage = "EpisodeListPage" // for persistency
}
},
Kirigami.Action {
text: i18n("Subscriptions")
iconName: "bookmarks"
@ -142,6 +133,15 @@ Kirigami.ApplicationWindow {
SettingsManager.lastOpenedPage = "FeedListPage" // for persistency
}
},
Kirigami.Action {
text: i18n("Episodes")
iconName: "rss"
checked: currentPage == "EpisodeListPage"
onTriggered: {
pushPage("EpisodeListPage")
SettingsManager.lastOpenedPage = "EpisodeListPage" // for persistency
}
},
Kirigami.Action {
text: i18n("Downloads")
iconName: "download"