1
0
Fork 0
forked from len0rd/rockbox

Removed button bar for devices with no F buttons (Ondio)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-10-09 20:54:15 +00:00
parent a1a08d0d5f
commit 1f0908dfaf
5 changed files with 17 additions and 3 deletions

View file

@ -195,7 +195,9 @@ static const struct bit_entry rtc_bits[] =
{1, S_O(invert_cursor), false, "invert cursor", off_on },
{1, S_O(statusbar), true, "statusbar", off_on },
{1, S_O(scrollbar), true, "scrollbar", off_on },
#if CONFIG_KEYPAD == RECORDER_PAD
{1, S_O(buttonbar), true, "buttonbar", off_on },
#endif
{1, S_O(volume_type), 0, "volume display", graphic_numeric },
{1, S_O(battery_type), 0, "battery display", graphic_numeric },
{1, S_O(timeformat), 0, "time format", "24hour,12hour" },