2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Log icon theme

This commit is contained in:
Ilya Fedin
2021-08-13 00:03:32 +04:00
committed by John Preston
parent 85cc3b30a0
commit 63a92cb90a

View File

@@ -780,6 +780,9 @@ bool OpenSystemSettings(SystemSettingsType type) {
namespace ThirdParty {
void start() {
LOG(("Icon theme: %1").arg(QIcon::themeName()));
LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
GtkIntegration::Autorestart(GtkIntegration::Type::Base);
GtkIntegration::Autorestart(GtkIntegration::Type::TDesktop);