1
0
Fork 0
forked from len0rd/rockbox

Settings: Add a new option to prevent text scrollings in the home screen

This option is especially useful for theme creators that want to create themes with lockscreens. When text is scrolling, it is breaking the lockscreen so setting this option to true prevent this. Text will continue to scroll normally in all other contexts.

Change-Id: I194f6837217881d50f567a775b81d0b422caf35c
This commit is contained in:
Paul Sauro 2024-08-28 17:44:16 +02:00 committed by William Wilgus
parent f6b9e923dc
commit f69d9c8a95
6 changed files with 44 additions and 2 deletions

View file

@ -16497,6 +16497,20 @@
*: "Choose File"
</voice>
</phrase>
<phrase>
id: LANG_DISABLE_MAINMENU_SCROLLING
desc: Disable main menu scrolling
user: core
<source>
*: "Disable main menu scrolling"
</source>
<dest>
*: "Disable main menu scrolling"
</dest>
<voice>
*: "Disable main menu scrolling"
</voice>
</phrase>
<phrase>
id: LANG_REMAINING
desc: Playing Time

View file

@ -15080,3 +15080,17 @@
*: "Français"
</voice>
</phrase>
<phrase>
id: LANG_DISABLE_MAINMENU_SCROLLING
desc: Disable main menu scrolling
user: core
<source>
*: "Disable main menu scrolling"
</source>
<dest>
*: "Désactiver défilement dans le menu principal"
</dest>
<voice>
*: "Désactiver défilement dans le menu principal"
</voice>
</phrase>