Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
This commit is contained in:
commit
548aa5e6ac
56 changed files with 818 additions and 179 deletions
|
|
@ -50,9 +50,7 @@ void FurnaceGUI::doAction(int what) {
|
|||
if (modified) {
|
||||
showWarning("Unsaved changes! Save changes before opening backup?",GUI_WARN_OPEN_BACKUP);
|
||||
} else {
|
||||
if (load(backupPath)>0) {
|
||||
showError("No backup available! (or unable to open it)");
|
||||
}
|
||||
openFileDialog(GUI_FILE_OPEN_BACKUP);
|
||||
}
|
||||
break;
|
||||
case GUI_ACTION_SAVE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue