mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-08 02:25:13 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -351,7 +351,7 @@ void CodeWidget::gotPassword(const MTPaccount_Password &result) {
|
||||
Core::UpdateApplication();
|
||||
close();
|
||||
};
|
||||
Ui::show(Box<ConfirmBox>(
|
||||
Ui::show(Box<Ui::ConfirmBox>(
|
||||
tr::lng_passport_app_out_of_date(tr::now),
|
||||
tr::lng_menu_update(tr::now),
|
||||
callback));
|
||||
|
Reference in New Issue
Block a user