mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-21 06:59:55 -05: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()
|
bool BrowserService::checkLegacySettings()
|
||||||
{
|
{
|
||||||
|
if (!browserSettings()->isEnabled()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
auto db = getDatabase();
|
auto db = getDatabase();
|
||||||
if (!db) {
|
if (!db) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user