Getting some functionality in switching slides
This commit is contained in:
parent
1fa5aa8a0a
commit
cc8f447166
7 changed files with 72 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue