mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Removed error toast for async graphs.
This commit is contained in:
parent
d4db838d43
commit
29f8493a82
1 changed files with 2 additions and 3 deletions
|
@ -124,10 +124,9 @@ void FillStatistic(
|
|||
ProcessZoom(descriptor, widget, graph.zoomToken, type);
|
||||
widget->setTitle(rpl::duplicate(title));
|
||||
} else if (!graph.error.isEmpty()) {
|
||||
Ui::Toast::Show(descriptor.toastParent, graph.error);
|
||||
}
|
||||
}, [=](const QString &error) {
|
||||
}, [=] {
|
||||
}, [](const QString &error) {
|
||||
}, [] {
|
||||
}, content->lifetime());
|
||||
|
||||
addSkip(wrap->entity());
|
||||
|
|
Loading…
Add table
Reference in a new issue