mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -149,7 +149,8 @@ void EditMessageWithUploadedMedia(
|
||||
session->data().sendHistoryChangeNotifications();
|
||||
if (mediaInvalid) {
|
||||
Ui::show(
|
||||
Box<InformBox>(tr::lng_edit_media_invalid_file(tr::now)),
|
||||
Box<Ui::InformBox>(
|
||||
tr::lng_edit_media_invalid_file(tr::now)),
|
||||
Ui::LayerOption::KeepOther);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user