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 274f253 commit 01a3203Copy full SHA for 01a3203
1 file changed
menu/menu_setting.c
@@ -18591,7 +18591,8 @@ static bool setting_append_list(
18591
(*list)[list_info->index - 1].action_ok = setting_bool_action_left_with_refresh;
18592
(*list)[list_info->index - 1].action_left = setting_bool_action_left_with_refresh;
18593
(*list)[list_info->index - 1].action_right = setting_bool_action_right_with_refresh;
18594
-
+ MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_RESTART_RETROARCH);/* Kiosk Mode Fix - RESTART RETROARCH UPON SETTING KIOSK MODE!*/
18595
+
18596
CONFIG_STRING(
18597
list, list_info,
18598
settings->paths.kiosk_mode_password,
0 commit comments