making slide work regardless of other things

This commit is contained in:
Chris Cochrun 2022-02-10 15:14:43 -06:00
parent f374115513
commit 6e9e1eca0d
10 changed files with 720 additions and 271 deletions

View file

@ -12,6 +12,7 @@ Kirigami.ApplicationWindow {
id: root
property bool libraryOpen: true
property bool presenting: false
pageStack.initialPage: mainPage
header: Presenter.Header {}