mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
removing telegram.desktop when adding telegramdesktop.desktop, fixed libappindicator and libunity usage
This commit is contained in:
@@ -1778,6 +1778,10 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
QStringList psInitErrors() {
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
void psActivateProcess(uint64 pid) {
|
||||
if (pid) {
|
||||
::EnumWindows((WNDENUMPROC)_ActivateProcess, (LPARAM)&pid);
|
||||
|
Reference in New Issue
Block a user