2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Provided window controller to box of converting channel to gigagroup.

This commit is contained in:
23rd
2022-02-20 13:42:12 +03:00
parent 6bcca6c94e
commit bc6d69319c
3 changed files with 18 additions and 8 deletions

View File

@@ -3935,7 +3935,7 @@ void HistoryWidget::checkSuggestToGigagroup() {
st::infoAboutGigagroup));
box->addButton(
tr::lng_gigagroup_suggest_more(),
AboutGigagroupCallback(group));
AboutGigagroupCallback(group, controller()));
box->addButton(tr::lng_cancel(), [=] { box->closeBox(); });
}));
}