mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 12:26:16 -04: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"/>
|
<Label text="%settings.advanced.launcher_visible" BorderPane.alignment="CENTER_LEFT"/>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<JFXComboBox fx:id="cboLauncherVisibility" BorderPane.alignment="CENTER_RIGHT" FXUtils.limitWidth="300">
|
<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>
|
|
||||||
</right>
|
</right>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user