2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Implement report spam from ContactStatus bar.

This commit is contained in:
John Preston
2019-06-10 16:58:45 +02:00
parent f49c7ba7ee
commit 213a8d888a
8 changed files with 121 additions and 106 deletions

View File

@@ -54,6 +54,13 @@ void Controller::showSettings() {
_widget.showSettings();
}
void Controller::showBox(
object_ptr<BoxContent> content,
LayerOptions options,
anim::type animated) {
_widget.ui_showBox(std::move(content), options, animated);
}
void Controller::activate() {
_widget.activate();
}