hide focus changes by default and only turn them on when debugging

This commit is contained in:
Chris Cochrun 2025-08-04 14:55:16 -05:00
parent 4d51a50adb
commit c254c83875

View file

@ -27,7 +27,7 @@ Kirigami.ApplicationWindow {
signal edit()
onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl)
/* onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl) */
onClosing: mainPage.closeAll()
/* pageStack.initialPage: mainPage */