Added config options to file

This commit is contained in:
Veronica K. B. Olsen
2019-06-23 19:28:49 +02:00
parent 570b4a2fc4
commit 44b83532cf
3 changed files with 35 additions and 27 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ class GuiMain(QMainWindow):
# Set Main Window Elements
self.setMenuBar(self.mainMenu)
self.setStatusBar(self.statusBar)
self.statusBar.showMessage("Ready")
self.statusBar.setStatus("Ready")
# Set Up Autosaving Project Timer
self.asProjTimer = QTimer()
@@ -210,7 +210,7 @@ class GuiMain(QMainWindow):
self.closeDocument()
if self.theProject.projChanged:
saveOK = self.saveProject()
theBackup = NWBackup(self.theProject)
theBackup = NWBackup(self, self.theProject)
theBackup.zipIt()
else:
saveOK = True