Getting some functionality in switching slides

This commit is contained in:
Chris Cochrun 2022-03-11 07:04:23 -06:00
parent 1fa5aa8a0a
commit cc8f447166
7 changed files with 72 additions and 4 deletions

View file

@ -37,7 +37,7 @@ Kirigami.ActionToolBar {
Kirigami.Action {
icon.name: "view-presentation"
text: "Go Live"
text: presenting ? "Presenting" : "Go Live"
onTriggered: {
print("Window is loading")
presenting = true