Add ability to change the key
This commit is contained in:
parent
0caf0efeef
commit
f778afd268
4 changed files with 50 additions and 4 deletions
|
|
@ -231,7 +231,7 @@ class MainWindow(QMainWindow):
|
|||
self._save_date(self._current_date_iso(), explicit)
|
||||
|
||||
def _open_settings(self):
|
||||
dlg = SettingsDialog(self.cfg, self)
|
||||
dlg = SettingsDialog(self.cfg, self.db, self)
|
||||
if dlg.exec() == QDialog.Accepted:
|
||||
new_cfg = dlg.config
|
||||
if new_cfg.path != self.cfg.path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue