mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -195,7 +195,7 @@ void Controller::showTermsDelete() {
|
||||
}
|
||||
};
|
||||
show(
|
||||
Box<ConfirmBox>(
|
||||
Box<Ui::ConfirmBox>(
|
||||
tr::lng_terms_delete_warning(tr::now),
|
||||
tr::lng_terms_delete_now(tr::now),
|
||||
st::attentionBoxButton,
|
||||
@@ -371,7 +371,7 @@ void Controller::showLogoutConfirmation() {
|
||||
Core::App().logout(account);
|
||||
}
|
||||
};
|
||||
show(Box<ConfirmBox>(
|
||||
show(Box<Ui::ConfirmBox>(
|
||||
tr::lng_sure_logout(tr::now),
|
||||
tr::lng_settings_logout(tr::now),
|
||||
st::attentionBoxButton,
|
||||
|
Reference in New Issue
Block a user