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:
parent
5da46d6f7b
commit
d526ae2ec3
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue