MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / isActiveForTrayMenu

Method isActiveForTrayMenu

Telegram/SourceFiles/core/application.cpp:636–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636bool Application::isActiveForTrayMenu() const {
637 return ranges::any_of(ranges::views::values(_windows), [=](
638 const std::unique_ptr<Window::Controller> &controller) {
639 return controller->widget()->isActiveForTrayMenu();
640 });
641}
642
643bool Application::hideMediaView() {
644 if (_mediaView

Callers 2

createMethod · 0.45
rebuildMenuMethod · 0.45

Calls 1

widgetMethod · 0.45

Tested by

no test coverage detected