mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Automatically detect USB device changes
This commit is contained in:
committed by
Jonathan White
parent
79ca00604a
commit
6a273363c4
@@ -2253,7 +2253,7 @@ void TestCli::testYubiKeyOption()
|
||||
|
||||
YubiKey::instance()->findValidKeys();
|
||||
|
||||
auto keys = YubiKey::instance()->foundKeys();
|
||||
const auto keys = YubiKey::instance()->foundKeys().keys();
|
||||
if (keys.isEmpty()) {
|
||||
QSKIP("No YubiKey devices were detected.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user