KeeShare settings fixes
* Moved KeeShare Quiet Success message setting to the KeeShare portion of the application settings * Removed an assert that caused the application to crash in debugging when a share file could not be found * Corrected database settings security icon
This commit is contained in:
@@ -119,6 +119,8 @@ void SettingsWidgetKeeShare::saveSettings()
|
||||
KeeShare::setOwn(m_own);
|
||||
KeeShare::setForeign(m_foreign);
|
||||
KeeShare::setActive(active);
|
||||
|
||||
config()->set("KeeShare/QuietSuccess", m_ui->quietSuccessCheckBox->isChecked());
|
||||
}
|
||||
|
||||
void SettingsWidgetKeeShare::setVerificationExporter(const QString& signer)
|
||||
|
||||
Reference in New Issue
Block a user