mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Use search for showing expired entries on unlock
* Fix #8036 - use search interface to display expiring entries on first unlock.
This commit is contained in:
parent
dfee59742f
commit
e5bd5f39fb
3 changed files with 14 additions and 7 deletions
|
@ -111,6 +111,8 @@ void TestGui::init()
|
|||
config()->set(Config::Security_QuickUnlock, false);
|
||||
// Disable atomic saves to prevent transient errors on some platforms
|
||||
config()->set(Config::UseAtomicSaves, false);
|
||||
// Disable showing expired entries on unlock
|
||||
config()->set(Config::GUI_ShowExpiredEntriesOnDatabaseUnlock, false);
|
||||
|
||||
// Copy the test database file to the temporary file
|
||||
auto origFilePath = QDir(KEEPASSX_TEST_DATA_DIR).absoluteFilePath("NewDatabase.kdbx");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue