mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-22 05:34:40 -04:00
Enable entry title matching but always ask before performing auto-type.
This commit is contained in:
parent
147cd4ed7b
commit
bf39d0b1be
2 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,8 @@ void TestAutoType::initTestCase()
|
|||
Crypto::init();
|
||||
Config::createTempFileInstance();
|
||||
AutoType::createTestInstance();
|
||||
config()->set("AutoTypeEntryTitleMatch", false);
|
||||
config()->set("security/autotypeask", false);
|
||||
|
||||
QPluginLoader loader(filePath()->pluginPath("keepassx-autotype-test"));
|
||||
loader.setLoadHints(QLibrary::ResolveAllSymbolsHint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue