mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix the shipped themes statusbar config line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21825 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92fed35da6
commit
672b8b6375
2 changed files with 23 additions and 20 deletions
|
@ -255,6 +255,9 @@ MOO
|
|||
push @out, "background color: $bgcolor\n";
|
||||
}
|
||||
if($statusbar) {
|
||||
if($rwps && $has_remote ) {
|
||||
push @out, "remote statusbar: $statusbar\n";
|
||||
}
|
||||
push @out, "statusbar: $statusbar\n";
|
||||
}
|
||||
if(defined($backdrop)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue