2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

trying to use gtk-3 and appindicator3, if failed use gtk-x11-2.0 and appindicator1, improved init logs

This commit is contained in:
John Preston
2015-01-18 12:23:03 +03:00
parent 2f9b64fdd7
commit ea5b824977
7 changed files with 67 additions and 36 deletions

View File

@@ -51,6 +51,8 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
#pragma comment (lib,"Msimg32.lib")
namespace {
QStringList _initLogs;
bool frameless = true;
bool useDWM = false;
bool useTheme = false;
@@ -1778,8 +1780,12 @@ namespace {
}
}
QStringList psInitErrors() {
return QStringList();
QStringList psInitLogs() {
return _initLogs;
}
void psClearInitLogs() {
_initLogs = QStringList();
}
void psActivateProcess(uint64 pid) {