mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-04-24 18:50:52 +08:00
Fix crash in version settings
introduced in d75c3bbf96852129a07996c07cdf0219a27a30df
This commit is contained in:
parent
f20c11a4e2
commit
93f943d40c
@ -60,16 +60,7 @@
|
||||
<Label text="%settings.advanced.launcher_visible" BorderPane.alignment="CENTER_LEFT"/>
|
||||
</left>
|
||||
<right>
|
||||
<JFXComboBox fx:id="cboLauncherVisibility" BorderPane.alignment="CENTER_RIGHT" FXUtils.limitWidth="300">
|
||||
<items>
|
||||
<FXCollections fx:factory="observableArrayList">
|
||||
<Label text="%settings.advanced.launcher_visibility.close"/>
|
||||
<Label text="%settings.advanced.launcher_visibility.hide"/>
|
||||
<Label text="%settings.advanced.launcher_visibility.keep"/>
|
||||
<Label text="%settings.advanced.launcher_visibility.hide_reopen"/>
|
||||
</FXCollections>
|
||||
</items>
|
||||
</JFXComboBox>
|
||||
<JFXComboBox fx:id="cboLauncherVisibility" BorderPane.alignment="CENTER_RIGHT" FXUtils.limitWidth="300" />
|
||||
</right>
|
||||
</BorderPane>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user