mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Prompt to migrate KeePassHTTP settings only if Browser Integration is enabled
This commit is contained in:
parent
12f42a555e
commit
32e62faf39
@ -1070,6 +1070,10 @@ int BrowserService::moveKeysToCustomData(Entry* entry, const QSharedPointer<Data
|
||||
|
||||
bool BrowserService::checkLegacySettings()
|
||||
{
|
||||
if (!browserSettings()->isEnabled()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
auto db = getDatabase();
|
||||
if (!db) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user