Fixed storing trust of share and persistent message

This commit is contained in:
Jonathan White 2019-01-19 09:31:27 -05:00
parent 8c5da624e5
commit 18e234aefc
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
2 changed files with 14 additions and 8 deletions

View file

@ -127,6 +127,8 @@ void EditGroupWidgetKeeShare::showSharingState()
.arg(supportedExtensions.join(", ")),
MessageWidget::Warning);
return;
} else {
m_ui->messageWidget->hide();
}
}
const auto active = KeeShare::active();