mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
removing telegram.desktop when adding telegramdesktop.desktop, fixed libappindicator and libunity usage
This commit is contained in:
@@ -46,7 +46,11 @@ int main(int argc, char *argv[]) {
|
||||
for (int32 i = 0; i < argc; ++i) {
|
||||
LOG(("Argument: %1").arg(QString::fromLocal8Bit(argv[i])));
|
||||
}
|
||||
}
|
||||
QStringList errs = psInitErrors();
|
||||
for (int32 i = 0, l = errs.size(); i < l; ++i) {
|
||||
LOG(("Init Error: %1").arg(errs.at(i)));
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG_LOG(("Application Info: ideal thread count: %1, using %2 connections per session").arg(QThread::idealThreadCount()).arg(cConnectionsInSession()));
|
||||
|
||||
|
Reference in New Issue
Block a user