Cancel the option enabling game list in main page

This commit is contained in:
huangyuhui 2018-09-03 12:10:22 +08:00
parent fd3c496a3d
commit eb1bab453b

View File

@ -147,7 +147,9 @@ public abstract class SettingsView extends StackPane {
FXUtils.setLimitHeight(chkEnableGameList, 20);
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);
}
{