Log getting GTK settings

This commit is contained in:
Ilya Fedin 2020-10-20 23:01:27 +04:00 committed by John Preston
parent b6fc418d32
commit 3f6399f13d

View file

@ -277,6 +277,7 @@ inline QString GtkSetting(const gchar *propertyName) {
gchararray value = GtkSetting<gchararray>(propertyName);
QString str = QString::fromUtf8(value);
g_free(value);
DEBUG_LOG(("Getting GTK setting, %1: '%2'").arg(propertyName).arg(str));
return str;
}
#endif // !TDESKTOP_DISABLE_GTK_INTEGRATION