1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[IconFetcher] preload the user set icon theme

This commit is contained in:
Dave Davenport 2018-07-14 11:54:00 +02:00
parent 5da46d6f7b
commit d526ae2ec3

View file

@ -107,7 +107,7 @@ void rofi_icon_fetcher_init ( void )
"gnome",
NULL
};
const char *themes[2] = { NULL, NULL};
const char *themes[2] = { config.icon_theme, NULL};
rofi_icon_fetcher_data = g_malloc0(sizeof(IconFetcher));