From c254c83875a7d220677691a4c466bc49ddb9fbbd Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 4 Aug 2025 14:55:16 -0500 Subject: [PATCH] hide focus changes by default and only turn them on when debugging --- src/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index 5de3d3d..f1d897d 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -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 */