Skip to content

Commit

Permalink
Fix combo settings using non-string values
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Nov 1, 2020
1 parent cae9d1a commit 917513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui-qml/src/components/settings/ComboSetting.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Item {
property var options
property var values: options
property Setting setting
property string currentValue: setting.value
property var currentValue: setting.value

implicitHeight: item.implicitHeight

Expand Down

0 comments on commit 917513b

Please sign in to comment.