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

Method updateGlobalMenu

Telegram/SourceFiles/window/main_window.cpp:507–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void MainWindow::updateGlobalMenu() {
508#ifdef Q_OS_MAC
509 Platform::RequestUpdateGlobalMenu();
510#else // Q_OS_MAC
511 updateGlobalMenuHook();
512#endif // Q_OS_MAC
513}
514
515void MainWindow::updateIsActive() {
516 const auto isActive = computeIsActive();

Callers 4

showAccountMethod · 0.80
textActionsUpdatedMethod · 0.80
closeWindowMethod · 0.80
windowActivatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected