From b5e03fe8569d1f604ccf2e70543cc37fb63e99ee Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Mon, 23 Mar 2026 10:46:33 +0100 Subject: [PATCH] Fix hint bar input switching (bind to InputManager.activeInput) --- src/qml/components/BottomHintBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/components/BottomHintBar.qml b/src/qml/components/BottomHintBar.qml index 63f65b9..ad2c7b8 100644 --- a/src/qml/components/BottomHintBar.qml +++ b/src/qml/components/BottomHintBar.qml @@ -10,7 +10,7 @@ RowLayout { spacing: uiMode === Config.Couch ? Kirigami.Units.largeSpacing * 1.25 : Kirigami.Units.largeSpacing property int uiMode: Config.Auto - property int activeInput: InputManager.KeyboardMouse + property int activeInput: InputManager.activeInput readonly property bool useGamepadHints: { if (!GamepadManager.connected) return false