Detect fresh install and guide the user to set an encryption passphrase so they know why they're prompted

This commit is contained in:
Miguel Jacq 2025-11-02 11:13:52 +11:00
parent 327e7882b5
commit 4f773e1c1b
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 21 additions and 8 deletions

View file

@ -14,8 +14,8 @@ class KeyPrompt(QDialog):
def __init__(
self,
parent=None,
title: str = "Unlock database",
message: str = "Enter SQLCipher key",
title: str = "Enter key",
message: str = "Enter key",
):
super().__init__(parent)
self.setWindowTitle(title)