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
1 changed files with 3 additions and 0 deletions

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);