mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Log getting GTK settings
This commit is contained in:
parent
b6fc418d32
commit
3f6399f13d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue