mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01: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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user