Deprioritize 'Create Playlist' option

Make "View Current Playlist" option more
accessible by moving it into the spot of
the 'Create Playlist' option, which
currently appears first in the context
menu, and is thus automatically selected

Change-Id: I28de5d7ad5be9bee79578ea7255a96aa72fafd2f
This commit is contained in:
Christian Soffke 2025-03-09 23:51:14 +01:00
parent fbfdd8bb41
commit 2e91a67c3f

View file

@ -153,5 +153,5 @@ MAKE_MENU(playlist_settings, ID2P(LANG_PLAYLISTS), NULL,
&viewer_settings_menu, &recursive_dir_insert, &currentplaylist_settings_menu);
MAKE_MENU(playlist_options, ID2P(LANG_PLAYLISTS), NULL,
Icon_Playlist,
&create_playlist_item, &view_cur_playlist,
&save_playlist, &clear_catalog_directory_item);
&view_cur_playlist, &save_playlist,
&create_playlist_item, &clear_catalog_directory_item);