making sure presentation has focus when viewed

This commit is contained in:
Chris Cochrun 2022-10-05 09:41:18 -05:00
parent c1f0e87056
commit 7c281c1d1e
3 changed files with 26 additions and 26 deletions

View file

@ -24,6 +24,8 @@ Kirigami.ApplicationWindow {
signal edit()
onActiveFocusItemChanged: showPassiveNotification("CHANGED TO: " + activeFocusControl)
pageStack.initialPage: mainPage
header: Presenter.Header {}