better debugging: all print statements are now console.log
This commit is contained in:
parent
d868571d72
commit
d6da3b546c
16 changed files with 109 additions and 109 deletions
|
@ -39,7 +39,7 @@ Kirigami.ActionToolBar {
|
|||
icon.name: "view-presentation"
|
||||
text: presenting ? "Presenting" : "Go Live"
|
||||
onTriggered: {
|
||||
print("Window is loading");
|
||||
console.log("Window is loading");
|
||||
togglePresenting();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue