aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index c526e66cc..2999b598e 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -724,7 +724,8 @@ screen_update(mpdclient_t *c)
}
/* update title/header window */
- if (welcome && screen.last_cmd==CMD_NONE &&
+ if (welcome && options.welcome_screen_list &&
+ screen.last_cmd==CMD_NONE &&
time(NULL)-screen.start_timestamp <= SCREEN_WELCOME_TIME)
paint_top_window("", c, 0);
else if (mode_fn->get_title != NULL) {