Skip to content

Commit

Permalink
Merge pull request #4259 from Sonicadvance1/fix_4121
Browse files Browse the repository at this point in the history
FEXConfig: Fixes instcount not being editable by keyboard
  • Loading branch information
lioncash authored Jan 9, 2025
2 parents 2293d30 + b79faa6 commit 90db948
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 90db948

Please sign in to comment.