Add Search ability
This commit is contained in:
parent
72862f9a4f
commit
53e99af912
9 changed files with 224 additions and 9 deletions
|
|
@ -91,7 +91,9 @@ class SettingsDialog(QDialog):
|
|||
return
|
||||
try:
|
||||
self._db.rekey(new_key)
|
||||
QMessageBox.information(self, "Key changed", "The database key was updated.")
|
||||
QMessageBox.information(
|
||||
self, "Key changed", "The database key was updated."
|
||||
)
|
||||
except Exception as e:
|
||||
QMessageBox.critical(self, "Error", f"Could not change key:\n{e}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue