2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-07 13:26:47 +00:00

Fix hashtags in separate windows.

This commit is contained in:
John Preston
2023-01-18 13:35:52 +04:00
parent e4c16ccba4
commit ba520aadcb
9 changed files with 130 additions and 51 deletions

View File

@@ -124,8 +124,7 @@ QString UiIntegration::angleBackendFilePath() {
}
void UiIntegration::textActionsUpdated() {
// #TODO windows global menu
if (const auto window = Core::App().activePrimaryWindow()) {
if (const auto window = Core::App().activeWindow()) {
window->widget()->updateGlobalMenu();
}
}