Fixed game version combobox not selecting proper version on profile editing.
This commit is contained in:
parent
190f76eb82
commit
32c6297765
@ -272,6 +272,8 @@ func (op *OptionsProfile) InitializeUpdate(profile_name string) {
|
|||||||
|
|
||||||
if profile.Version == "4.3.0" {
|
if profile.Version == "4.3.0" {
|
||||||
op.urt_version_combo.SetActive(1)
|
op.urt_version_combo.SetActive(1)
|
||||||
|
} else if profile.Version == "4.3.1" {
|
||||||
|
op.urt_version_combo.SetActive(2)
|
||||||
} else {
|
} else {
|
||||||
op.urt_version_combo.SetActive(0)
|
op.urt_version_combo.SetActive(0)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user