@@ -6694,7 +6694,6 @@ STATIC_DEFAULT_ACTION_OK_FUNC(action_ok_push_savestate_list, ACTION_OK_DL_SAVEST
66946694STATIC_DEFAULT_ACTION_OK_FUNC (action_ok_push_core_options_list , ACTION_OK_DL_CORE_OPTIONS_LIST )
66956695STATIC_DEFAULT_ACTION_OK_FUNC (action_ok_push_add_to_playlist_list , ACTION_OK_DL_ADD_TO_PLAYLIST )
66966696STATIC_DEFAULT_ACTION_OK_FUNC (action_ok_push_add_to_playlist_quickmenu , ACTION_OK_DL_ADD_TO_PLAYLIST_QUICKMENU )
6697- DEFAULT_ACTION_OK_FUNC (action_ok_push_playlist_manager_settings , ACTION_OK_DL_PLAYLIST_MANAGER_SETTINGS )
66986697#ifdef HAVE_CHEEVOS
66996698DEFAULT_ACTION_OK_FUNC (action_ok_push_achievements_hardcore_pause_list , ACTION_OK_DL_ACHIEVEMENTS_HARDCORE_PAUSE_LIST )
67006699#endif
@@ -6703,6 +6702,21 @@ DEFAULT_ACTION_OK_FUNC(action_ok_push_core_information_list, ACTION_OK_DL_CORE_I
67036702DEFAULT_ACTION_OK_FUNC (action_ok_push_core_information_steam_list , ACTION_OK_DL_CORE_INFORMATION_STEAM_LIST )
67046703#endif
67056704
6705+ int action_ok_push_playlist_manager_settings (const char * path ,
6706+ const char * label , unsigned type , size_t idx , size_t entry_idx )
6707+ {
6708+ settings_t * settings = config_get_ptr ();
6709+
6710+ if (settings -> bools .kiosk_mode_enable )
6711+ return 0 ;
6712+
6713+ return generic_action_ok_displaylist_push (
6714+ path , NULL ,
6715+ label , type ,
6716+ idx , entry_idx ,
6717+ ACTION_OK_DL_PLAYLIST_MANAGER_SETTINGS );
6718+ }
6719+
67066720static int action_ok_open_uwp_permission_settings (const char * path ,
67076721 const char * label , unsigned type , size_t idx , size_t entry_idx )
67086722{
0 commit comments