mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Feature] skinengine subline timeout hide line for n seconds
builds on top of the file text patch to add hide timeouts to subline text tags this allows you to specify both a show time and hide time for these elements %t(show, hide) also removes the 327 second limit for timeouts whne this form is used Change-Id: If4598dcc24d0c7be4380e7595b7d91c7eba3a728
This commit is contained in:
parent
eb3e5eb2bf
commit
44bfffd7c5
33 changed files with 103 additions and 59 deletions
|
@ -49,7 +49,7 @@
|
|||
#
|
||||
# Next Track Info
|
||||
%V(2,56,92,8,1)
|
||||
%s%ac%Sx(Next:) %?It<%It|%Fn>
|
||||
%s%ac%Sx(Next:) %?It<%It|%Fn>;%s%ac%t(1, 300)%ft(playername.txt)
|
||||
#
|
||||
# Time Elapsed/Remaining
|
||||
%V(2,73,92,8,1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue