mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-11 23:39:50 -05:00
parent
c7d318236f
commit
48d0f2b159
@ -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…
Reference in New Issue
Block a user