mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
parent
ad9ef88e15
commit
05167e7b21
@ -127,7 +127,7 @@ void ImportWizardPageSelect::updateDatabaseChoices() const
|
||||
if (mainWindow) {
|
||||
for (auto dbWidget : mainWindow->getOpenDatabases()) {
|
||||
// Remove all connections
|
||||
disconnect(dbWidget, nullptr, nullptr, nullptr);
|
||||
disconnect(dbWidget, nullptr, this, nullptr);
|
||||
|
||||
// Skip over locked databases
|
||||
if (dbWidget->isLocked()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user