When a new file is opened check first if there are unsafed changes and show a warning dialog.

This commit is contained in:
2022-10-19 13:48:09 +02:00
parent 7dac3ce011
commit bec55b6119
6 changed files with 28 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ dialog.exit.title = Close Application
dialog.exit.header.text = Do you want to close application?
dialog.exit.text = There are changes made to the csv file. If you close now, the changes are lost!
dialog.changes.title = Discard changes
dialog.changes.header.text = Do you want to discard changes?
dialog.changes.text = There are changes made to the csv file. If you open a new file, the changes are lost!
dialog.preferences.title = Preferences
dialog.preferences.header.text = Preferences