diff options
Diffstat (limited to '')
-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 58eaff130..f29014cbd 100644 --- a/src/options.h +++ b/src/options.h @@ -38,6 +38,7 @@ typedef struct { gboolean enable_mouse; gboolean scroll; gboolean visible_bitrate; + gboolean welcome_screen_list; } options_t; #ifndef NO_GLOBAL_OPTIONS |