2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Completed ability to recover cloud password with email.

This commit is contained in:
23rd
2021-08-17 13:52:21 +03:00
committed by John Preston
parent c3595f2e31
commit 76813db3ad
4 changed files with 44 additions and 13 deletions

View File

@@ -2086,7 +2086,7 @@ void MainWidget::hideAll() {
void MainWidget::showAll() {
if (cPasswordRecovered()) {
cSetPasswordRecovered(false);
Ui::show(Box<InformBox>(tr::lng_signin_password_removed(tr::now)));
Ui::show(Box<InformBox>(tr::lng_cloud_password_updated(tr::now)));
}
if (isOneColumn()) {
_sideShadow->hide();