prior to db rebuild
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'''
|
||||
Operations for all user interactions.
|
||||
Constructs main application.
|
||||
'''
|
||||
import sys
|
||||
from PyQt6.QtWidgets import (
|
||||
@@ -31,7 +31,6 @@ class App(QMainWindow):
|
||||
self.ctx = ctx
|
||||
# indicate version and connected database in title bar
|
||||
try:
|
||||
# self.title = f"Submissions App (v{ctx['package'].__version__}) - {ctx['database']}"
|
||||
self.title = f"Submissions App (v{ctx.package.__version__}) - {ctx.database_path}"
|
||||
except (AttributeError, KeyError):
|
||||
self.title = f"Submissions App"
|
||||
|
||||
Reference in New Issue
Block a user