diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index b39ac73c89..e66bf8f53d 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -62,6 +62,9 @@ struct user_settings /* while playing screen settings */ int wps_display; /* 0=id3, 1=file, 2=parse */ + + /* show status bar */ + bool statusbar; /* 0=hide, 1=show */ /* geeky persistent statistics */ unsigned int total_uptime; /* total uptime since rockbox was first booted */ |