mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04:00
Fixed storing trust of share and persistent message
This commit is contained in:
parent
8c5da624e5
commit
18e234aefc
2 changed files with 14 additions and 8 deletions
|
@ -127,6 +127,8 @@ void EditGroupWidgetKeeShare::showSharingState()
|
|||
.arg(supportedExtensions.join(", ")),
|
||||
MessageWidget::Warning);
|
||||
return;
|
||||
} else {
|
||||
m_ui->messageWidget->hide();
|
||||
}
|
||||
}
|
||||
const auto active = KeeShare::active();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue