mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 23:37:14 -04:00
Remove unnecessary saveConfig() call
This commit is contained in:
parent
e0608cdf3e
commit
73caebff00
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user