diff --git a/.dir-locals.el b/.dir-locals.el index 625439e..044d291 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,5 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((compile-command . "just build"))) - (prog-mode . ((compile-command . "just build")))) +((nil . ((compile-command . "just b r"))) + (prog-mode . ((compile-command . "just b r")))) 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 */