Remove unnecessary saveConfig() call
This commit is contained in:
@@ -60,8 +60,6 @@ public class Settings {
|
|||||||
profileEntry.getValue().nameProperty().setChangedListener(this::profileNameChanged);
|
profileEntry.getValue().nameProperty().setChangedListener(this::profileNameChanged);
|
||||||
profileEntry.getValue().addPropertyChangedListener(e -> ConfigHolder.saveConfig());
|
profileEntry.getValue().addPropertyChangedListener(e -> ConfigHolder.saveConfig());
|
||||||
}
|
}
|
||||||
|
|
||||||
config().addListener(source -> ConfigHolder.saveConfig());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Font getFont() {
|
public Font getFont() {
|
||||||
|
|||||||
Reference in New Issue
Block a user