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:
@@ -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(); });
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user