Detect fresh install and guide the user to set an encryption passphrase so they know why they're prompted
This commit is contained in:
parent
327e7882b5
commit
4f773e1c1b
3 changed files with 21 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue