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
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();