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