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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user