Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.

This commit is contained in:
23rd
2022-02-27 11:23:20 +03:00
parent d5a44a2ba4
commit 5718789d53
89 changed files with 796 additions and 733 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ void SendBotCallbackData(
if (!message.isEmpty()) {
if (showAlert) {
Ui::show(Box<Ui::InformBox>(message));
Ui::show(Ui::MakeInformBox(message));
} else {
if (withPassword) {
Ui::hideLayer();