mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user