mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Prompt to migrate KeePassHTTP settings only if Browser Integration is enabled
This commit is contained in:
committed by
Jonathan White
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;
|
||||
|
||||
Reference in New Issue
Block a user