Screens work and the beginnings of a settings module
This commit is contained in:
parent
9882a0a289
commit
fab9f86b41
6 changed files with 67 additions and 32 deletions
|
@ -39,8 +39,8 @@ Kirigami.ActionToolBar {
|
|||
icon.name: "view-presentation"
|
||||
text: presenting ? "Presenting" : "Go Live"
|
||||
onTriggered: {
|
||||
print("Window is loading")
|
||||
presenting = true
|
||||
print("Window is loading");
|
||||
togglePresenting();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue