reopen the files that were open the last time

This commit is contained in:
2022-02-06 16:47:14 +01:00
parent 283bdae0fd
commit c470ca4ed1
6 changed files with 36 additions and 8 deletions

View File

@@ -144,6 +144,7 @@ class MainWindow(QMainWindow):
self.destruct()
def destruct(self):
PluginRegistry.execute("before_shutdown")
self.tabs.destruct()
self.close()
SettingsStore.save(self.settings)