mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Merge branch 'release/2.2.3' into develop
This commit is contained in:
commit
8651736e61
9 changed files with 94 additions and 53 deletions
|
@ -1206,7 +1206,7 @@ void DatabaseWidget::onWatchedFileChanged()
|
|||
|
||||
void DatabaseWidget::reloadDatabaseFile()
|
||||
{
|
||||
if (m_db == nullptr) {
|
||||
if (!m_db || currentMode() == DatabaseWidget::LockedMode) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue