mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-03-27 01:03:09 +00:00
Fix hint bar input switching (bind to InputManager.activeInput)
This commit is contained in:
parent
e1daf1834b
commit
b5e03fe856
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue