mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-14 22:37:06 -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().addPropertyChangedListener(e -> ConfigHolder.saveConfig());
|
||||
}
|
||||
|
||||
config().addListener(source -> ConfigHolder.saveConfig());
|
||||
}
|
||||
|
||||
public Font getFont() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user