We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f99c5 commit 89f15a7Copy full SHA for 89f15a7
1 file changed
menu/menu_displaylist.c
@@ -8212,7 +8212,8 @@ unsigned menu_displaylist_build_list(
8212
MENU_SETTING_ACTION, 0, 0, NULL))
8213
count++;
8214
8215
- if (!settings->bools.kiosk_mode_enable)
+ if ( !settings->bools.kiosk_mode_enable
8216
+ && settings->bools.settings_show_file_browser)
8217
menu_entries_append(list,
8218
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS),
8219
msg_hash_to_str(MENU_ENUM_LABEL_MENU_FILE_BROWSER_SETTINGS),
0 commit comments