summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 3ae9ef0221..f365e16ef5 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -269,6 +269,11 @@ struct system_status
269#if CONFIG_TUNER 269#if CONFIG_TUNER
270 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, 270 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units,
271 relative to MIN_FREQ */ 271 relative to MIN_FREQ */
272 int statusbar_forced; /* fix the bug where the statusbar would stay shown
273 if powered off inside the fm screen...
274 for some reason the screen doesnt use global_settings.statusbar
275 obviously a better fix is to fix the screen... so remove this
276 when that happens */
272#endif 277#endif
273 char last_screen; 278 char last_screen;
274 int viewer_icon_count; 279 int viewer_icon_count;