mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Don't use window title for IPC.
This commit is contained in:
@@ -533,7 +533,7 @@ void MainWindow::activate() {
|
||||
bool wasHidden = !isVisible();
|
||||
setWindowState(windowState() & ~Qt::WindowMinimized);
|
||||
setVisible(true);
|
||||
psActivateProcess();
|
||||
Platform::ActivateThisProcess();
|
||||
raise();
|
||||
activateWindow();
|
||||
controller().updateIsActiveFocus();
|
||||
|
Reference in New Issue
Block a user