diff options
Diffstat (limited to 'apps/menus/settings_menu.c')
-rw-r--r-- | apps/menus/settings_menu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c index e609a4032e..cc3871a4d6 100644 --- a/apps/menus/settings_menu.c +++ b/apps/menus/settings_menu.c | |||
@@ -425,8 +425,10 @@ MAKE_MENU(hotkey_menu, ID2P(LANG_HOTKEY), 0, Icon_NOICON, | |||
425 | /* SETTINGS MENU */ | 425 | /* SETTINGS MENU */ |
426 | 426 | ||
427 | #ifdef HAVE_TAGCACHE | 427 | #ifdef HAVE_TAGCACHE |
428 | #if CONFIG_CODEC == SWCODEC | ||
428 | MENUITEM_SETTING(autoresume_enable, &global_settings.autoresume_enable, NULL); | 429 | MENUITEM_SETTING(autoresume_enable, &global_settings.autoresume_enable, NULL); |
429 | #endif | 430 | #endif |
431 | #endif | ||
430 | 432 | ||
431 | static struct browse_folder_info langs = { LANG_DIR, SHOW_LNG }; | 433 | static struct browse_folder_info langs = { LANG_DIR, SHOW_LNG }; |
432 | 434 | ||
@@ -442,7 +444,9 @@ MAKE_MENU(settings_menu_item, ID2P(LANG_GENERAL_SETTINGS), 0, | |||
442 | &display_menu, &system_menu, | 444 | &display_menu, &system_menu, |
443 | &bookmark_settings_menu, | 445 | &bookmark_settings_menu, |
444 | #ifdef HAVE_TAGCACHE | 446 | #ifdef HAVE_TAGCACHE |
447 | #if CONFIG_CODEC == SWCODEC | ||
445 | &autoresume_enable, | 448 | &autoresume_enable, |
449 | #endif | ||
446 | #endif | 450 | #endif |
447 | &browse_langs, &voice_settings_menu, | 451 | &browse_langs, &voice_settings_menu, |
448 | #ifdef HAVE_HOTKEY | 452 | #ifdef HAVE_HOTKEY |