Remove unnecessary saveConfig() call

This commit is contained in:
yushijinhun 2018-07-31 14:20:58 +08:00
parent e0608cdf3e
commit 73caebff00
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -60,8 +60,6 @@ public class Settings {
profileEntry.getValue().nameProperty().setChangedListener(this::profileNameChanged);
profileEntry.getValue().addPropertyChangedListener(e -> ConfigHolder.saveConfig());
}
config().addListener(source -> ConfigHolder.saveConfig());
}
public Font getFont() {