mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -1976,7 +1976,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
} else if (d.is_popup()) {
|
||||
const auto &windows = session().windows();
|
||||
if (!windows.empty()) {
|
||||
windows.front()->window().show(Box<InformBox>(text));
|
||||
windows.front()->window().show(Box<Ui::InformBox>(text));
|
||||
}
|
||||
} else {
|
||||
session().data().serviceNotification(text, d.vmedia());
|
||||
|
Reference in New Issue
Block a user