diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -919,6 +919,7 @@ on_show_splash (state_t *state) if (plymouth_should_ignore_show_splash_calls (state)) { ply_trace ("show splash called while ignoring show splash calls"); + state->should_retain_splash = true; dump_details_and_quit_splash (state); return; } @@ -1173,6 +1174,7 @@ on_hide_splash (state_t *state) return; ply_trace ("hiding boot splash"); + state->should_retain_splash = true; dump_details_and_quit_splash (state); } |