Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

filetree: restrict keep_directory setting (c86fd23) to Files menu

Prevents the most recent File Browser directory from
being overwritten when ft_load is called from places other
than the Files menu, such as when browsing the Plugins
menu or the Playlist Catalogue (coming from the main menu,
or from the "Add to Playlist" context menu).

Change-Id: Idbdb2d92c6abcc5cca022d3025b48e0cd4b32f17

+1 -1
+1 -1
apps/filetree.c
··· 454 454 455 455 tree_unlock_cache(c); 456 456 457 - if (global_settings.keep_directory) 457 + if (global_settings.keep_directory && get_current_activity() == ACTIVITY_FILEBROWSER) 458 458 { 459 459 path_append(global_status.browse_last_folder, c->currdir, PA_SEP_HARD, 460 460 sizeof(global_status.browse_last_folder));