From 1f0908dfaf8bc88c5615a7e1751a0e08f2d7ca6c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 9 Oct 2004 20:54:15 +0000 Subject: 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 --- apps/settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 04a0e3cd84..09e15b3deb 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -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" }, -- cgit v1.2.3