mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
transform GSettings path to dconf key style
This commit is contained in:
@@ -43,7 +43,7 @@ static const char* getDConfValue(DConfData* data, const char* schemaName, const
|
||||
ffStrbufAppendC(&dconfStyleKey, '/');
|
||||
if(path != NULL && *path != '\0')
|
||||
{
|
||||
ffStrbufAppendS(&dconfStyleKey, path);
|
||||
ffStrbufAppendTransformS(&dconfStyleKey, path, transformGSettingsToDConf);
|
||||
ffStrbufAppendC(&dconfStyleKey, '/');
|
||||
}
|
||||
ffStrbufAppendS(&dconfStyleKey, key);
|
||||
|
||||
Reference in New Issue
Block a user