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