forked from Apple-2-Tools/jace
Apply configuration prior to saving it
This commit is contained in:
parent
beaf28ea87
commit
6fddbe66de
@ -65,6 +65,7 @@ public class ConfigurationUIController {
|
||||
|
||||
@FXML
|
||||
void saveConfig(MouseEvent event) {
|
||||
applyConfig(event);
|
||||
Configuration.saveSettings();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user