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

Method textActionsUpdated

Telegram/SourceFiles/core/ui_integration.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void UiIntegration::textActionsUpdated() {
294 if (const auto window = Core::App().activeWindow()) {
295 window->widget()->updateGlobalMenu();
296 }
297}
298
299void UiIntegration::activationFromTopPanel() {
300 Platform::IgnoreApplicationActivationRightNow();

Callers

nothing calls this directly

Calls 4

AppClass · 0.85
activeWindowMethod · 0.80
updateGlobalMenuMethod · 0.80
widgetMethod · 0.45

Tested by

no test coverage detected