mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-13 22:07:01 -04:00
Cancel the option enabling game list in main page
This commit is contained in:
parent
fd3c496a3d
commit
eb1bab453b
@ -147,7 +147,9 @@ public abstract class SettingsView extends StackPane {
|
|||||||
FXUtils.setLimitHeight(chkEnableGameList, 20);
|
FXUtils.setLimitHeight(chkEnableGameList, 20);
|
||||||
borderPane.setRight(chkEnableGameList);
|
borderPane.setRight(chkEnableGameList);
|
||||||
|
|
||||||
settingsPane.addChildren(borderPane);
|
// Do not uncomment this line,
|
||||||
|
// since option for user to enable game list in main page is unnecessary
|
||||||
|
// settingsPane.addChildren(borderPane);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user