Rename manuscript build tool file and add build dialog

This commit is contained in:
Veronica Berglyd Olsen
2023-05-24 22:38:47 +02:00
parent a1837d8153
commit ad6b517c1d
6 changed files with 69 additions and 23 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ class GuiBuildSettings(QDialog):
"""
if self._build.changed:
return self.mainGui.askQuestion(
self.tr("Close"),
self.tr("Build Settings"),
self.tr("There are unsaved changes. Close anyway?")
)
return True