From 559a173e8b2b27f31b2b5ab776b8f0564385bfc6 Mon Sep 17 00:00:00 2001 From: sonninnos Date: Sat, 21 Aug 2021 20:18:12 +0300 Subject: [PATCH] Relocate 'Manage Playlists' to top --- menu/menu_displaylist.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index 235e32f87a..69bd85f260 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -5482,6 +5482,13 @@ unsigned menu_displaylist_build_list( } break; case DISPLAYLIST_PLAYLIST_SETTINGS_LIST: + if (menu_entries_append_enum(list, + msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LIST), + msg_hash_to_str(MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST), + MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST, + MENU_SETTING_ACTION, 0, 0)) + count++; + { bool playlist_show_sublabels = settings->bools.playlist_show_sublabels; bool history_list_enable = settings->bools.history_list_enable; @@ -5538,12 +5545,6 @@ unsigned menu_displaylist_build_list( } } - if (menu_entries_append_enum(list, - msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LIST), - msg_hash_to_str(MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST), - MENU_ENUM_LABEL_PLAYLIST_MANAGER_LIST, - MENU_SETTING_ACTION, 0, 0)) - count++; break; case DISPLAYLIST_INPUT_TURBO_FIRE_SETTINGS_LIST: {