mirror of
https://github.com/KDE/kasts.git
synced 2025-01-20 20:39:40 +01:00
Set default page in case lastOpenedPage/getPage cannot be found
This commit is contained in:
parent
9731795e62
commit
374a7ef116
@ -42,6 +42,7 @@ Kirigami.ApplicationWindow {
|
||||
case "DownloadListPage": return "qrc:/DownloadListPage.qml";
|
||||
case "SettingsPage": return "qrc:/SettingsPage.qml";
|
||||
case "AboutPage": return "qrc:/AboutPage.qml";
|
||||
default: return "qrc:/FeedListPage.qml";
|
||||
}
|
||||
}
|
||||
function pushPage(page) {
|
||||
|
Loading…
Reference in New Issue
Block a user