Load "menu_throttle" from config

This commit is contained in:
twinaphex 2015-02-03 03:33:56 +01:00
parent 002fba476d
commit 8c7ce14afb

View File

@ -1109,6 +1109,7 @@ static bool config_load_file(const char *path, bool set_defaults)
CONFIG_GET_BOOL(menu.navigation.browser.filter.supported_extensions_enable, "menu_navigation_browser_filter_supported_extensions_enable");
CONFIG_GET_BOOL(menu.collapse_subgroups_enable, "menu_collapse_subgroups_enable");
CONFIG_GET_PATH(menu.wallpaper, "menu_wallpaper");
CONFIG_GET_BOOL(menu.throttle, "menu_throttle");
if (!strcmp(g_settings.menu.wallpaper, "default"))
*g_settings.menu.wallpaper = '\0';
#endif