Fix drawer handle positioning for settings and about Pages

This commit is contained in:
Bart De Vries 2021-06-27 10:44:43 +02:00
parent 17e8e75993
commit e0154355aa
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ Kirigami.ApplicationWindow {
checked: currentPage == "SettingsPage"
onTriggered: {
pushPage("SettingsPage")
tabBarActive = 0
}
},
Kirigami.Action {
@ -135,6 +136,7 @@ Kirigami.ApplicationWindow {
checked: currentPage == "AboutPage"
onTriggered: {
pushPage("AboutPage")
tabBarActive = 0
}
}
]