2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Write icon theme names to debug log

This commit is contained in:
Ilya Fedin
2020-09-19 21:53:22 +04:00
committed by John Preston
parent 23aef6c365
commit 242ced4022
2 changed files with 9 additions and 1 deletions

View File

@@ -1555,6 +1555,9 @@ bool OpenSystemSettings(SystemSettingsType type) {
namespace ThirdParty {
void start() {
DEBUG_LOG(("Icon theme: %1").arg(QIcon::themeName()));
DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
Libs::start();
MainWindow::LibsLoaded();
}