Don't hide option for showing/hiding "Online Updater" on Lakka.

This commit is contained in:
Mikael Brunnhede 2017-10-07 13:50:31 +02:00
parent 83991d6c36
commit 84701efd24

View File

@ -5286,13 +5286,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
MENU_ENUM_LABEL_MENU_SHOW_LOAD_CONTENT,
PARSE_ONLY_BOOL, false);
#if defined(HAVE_NETWORKING) && !defined(HAVE_LAKKA)
#if defined(HAVE_NETWORKING)
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_MENU_SHOW_ONLINE_UPDATER,
PARSE_ONLY_BOOL, false);
#if !defined(HAVE_LAKKA)
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_MENU_SHOW_CORE_UPDATER,
PARSE_ONLY_BOOL, false);
#endif
#endif
menu_displaylist_parse_settings_enum(menu, info,