hide focus changes by default and only turn them on when debugging
This commit is contained in:
parent
4d51a50adb
commit
c254c83875
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
signal edit()
|
signal edit()
|
||||||
|
|
||||||
onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl)
|
/* onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl) */
|
||||||
onClosing: mainPage.closeAll()
|
onClosing: mainPage.closeAll()
|
||||||
|
|
||||||
/* pageStack.initialPage: mainPage */
|
/* pageStack.initialPage: mainPage */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue