diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 671107a76..c48d1b390 100644 --- a/src/options.h +++ b/src/options.h @@ -69,6 +69,7 @@ typedef struct { bool scroll; bool visible_bitrate; bool welcome_screen_list; + bool display_time; #endif } options_t; |