From 77936e6ec5c2d71f605df855ed24677c307b1bc7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 16 Mar 2004 13:44:56 +0000 Subject: First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index ab3cd6fca8..d5992ccd79 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -159,6 +159,9 @@ struct user_settings /* show status bar */ bool statusbar; /* 0=hide, 1=show */ + /* show button bar */ + bool buttonbar; /* 0=hide, 1=show */ + /* show scroll bar */ bool scrollbar; /* 0=hide, 1=show */ -- cgit v1.2.3