修复defaultJavaPath不能保存的问题(未添加监听器)

This commit is contained in:
yushijinhun
2018-06-08 14:02:36 +08:00
parent 110b7cb06f
commit 6fb548e6c3

View File

@@ -497,6 +497,7 @@ public final class VersionSetting {
gameDirTypeProperty.addListener(listener);
gameDirProperty.addListener(listener);
launcherVisibilityProperty.addListener(listener);
defaultJavaPathProperty.addListener(listener);
}
public LaunchOptions toLaunchOptions(File gameDir) throws InterruptedException {