Add idle time to session log and writing stats dialog

This commit is contained in:
Veronica K. B. Olsen
2021-02-08 23:17:33 +01:00
parent 407f12760c
commit 3521d4a4f7
4 changed files with 63 additions and 32 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ class GuiMain(QMainWindow):
self.closeDocument()
self.docViewer.clearNavHistory()
self.projView.closeOutline()
self.theProject.closeProject()
self.theProject.closeProject(self.idleTime)
self.theIndex.clearIndex()
self.clearGUI()
self.hasProject = False