2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Remove old window activation workaround for X11 systems

There seem to be no need in it anymore
This commit is contained in:
Ilya Fedin
2024-05-28 18:19:47 +04:00
committed by John Preston
parent 2673e1df53
commit e4d88f829c
6 changed files with 0 additions and 34 deletions

View File

@@ -1076,7 +1076,6 @@ void Manager::notificationActivated(
history->setLocalDraft(std::move(draft));
}
window->widget()->showFromTray();
window->widget()->reActivateWindow();
if (Core::App().passcodeLocked()) {
window->widget()->setInnerFocus();
system()->clearAll();