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:
Jonathan White 2022-09-05 12:55:57 -04:00
parent dfee59742f
commit e5bd5f39fb
3 changed files with 14 additions and 7 deletions

View file

@ -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");