Implement key backup upload
This commit is contained in:
parent
23697e28a3
commit
d02e77f69a
2 changed files with 77 additions and 1 deletions
|
|
@ -1234,7 +1234,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
tr("Enable online key backup"),
|
||||
tr("The Nheko authors recommend not enabling online key backup until "
|
||||
"symmetric online key backup is available. Enable anyway?")) !=
|
||||
QMessageBox::StandardButton::NoButton) {
|
||||
QMessageBox::StandardButton::Yes) {
|
||||
useOnlineKeyBackup_->setState(false);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue