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