Screens work and the beginnings of a settings module

This commit is contained in:
Chris Cochrun 2022-03-11 17:00:19 -06:00
parent 9882a0a289
commit fab9f86b41
6 changed files with 67 additions and 32 deletions

View file

@ -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();
}
},