Skip to content

Commit

Permalink
FEXConfig: Fixes instcount not being editable by keyboard
Browse files Browse the repository at this point in the history
Fixes #4121
  • Loading branch information
Sonicadvance1 committed Jan 9, 2025
1 parent 2293d30 commit b79faa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Tools/FEXConfig/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ ApplicationWindow {
component ConfigSpinBox: SpinBox {
property string config

editable: true

textFromValue: (val) => {
if (valueFromConfig === "") {
return qsTr("(not set)");
Expand Down

0 comments on commit b79faa6

Please sign in to comment.