mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update the required KeePassXC version to 2.3.0
This commit is contained in:
parent
f1505b2dff
commit
89efaa40cb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ keepass.isDatabaseClosed = false;
|
|||
keepass.isKeePassXCAvailable = false;
|
||||
keepass.isEncryptionKeyUnrecognized = false;
|
||||
keepass.currentKeePassXC = {'version': 0, 'versionParsed': 0};
|
||||
keepass.requiredKeePassXC = 220;
|
||||
keepass.requiredKeePassXC = 230;
|
||||
keepass.nativeHostName = 'org.keepassxc.keepassxc_browser';
|
||||
keepass.nativePort = null;
|
||||
keepass.keySize = 24;
|
||||
|
|
|
|||
Loading…
Reference in a new issue