Add sql plaintext export and (encrypted) backup options

This commit is contained in:
Miguel Jacq 2025-11-04 14:25:03 +11:00
parent f8e0a7f179
commit 27ba33959c
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 94 additions and 13 deletions

View file

@ -73,7 +73,7 @@ class ToolBar(QToolBar):
self.actNormal = QAction("N", self)
self.actNormal.setToolTip("Normal paragraph text")
self.actNormal.setCheckable(True)
self.actNormal.setShortcut("Ctrl+O")
self.actNormal.setShortcut("Ctrl+N")
self.actNormal.triggered.connect(lambda: self.headingRequested.emit(0))
# Lists