mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
added setting to retain file browser directory on reboots WIP
I added the setting keep_directory which automatically updates the last directory visited and restores it on next boot --added manual entry Change-Id: I0ffe6531d591d693806ce0bf56fe22b99e3315e9
This commit is contained in:
parent
380b7b3e32
commit
c86fd2318d
10 changed files with 53 additions and 1 deletions
|
|
@ -17029,3 +17029,17 @@
|
|||
general_purpose_led: "Use LED indicators"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KEEP_DIRECTORY
|
||||
desc: file browser setting
|
||||
user: core
|
||||
<source>
|
||||
*: "Always remember last folder"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Always remember last folder"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Always remember last folder"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue