1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-12 01:55:19 +00:00

Add a save and reload button.

This commit is contained in:
2017-08-03 19:00:13 -07:00
parent 8ae28f2dab
commit eb51d5d3e4
2 changed files with 13 additions and 3 deletions

View File

@@ -188,6 +188,14 @@ public class AbacusController implements PluginListener {
inputField.setText("");
}
@FXML
private void performSaveAndReload(){
performSave();
performReload();
changesMade = false;
reloadAlertShown = false;
}
@FXML
private void performReload(){
alertIfApplyNeeded(true);