mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 20:38:11 +02:00
Don't force text mode on quit
Leave it up to the splash plugin to decide
This commit is contained in:
parent
dc1eb48ac9
commit
ebbde8f409
1 changed files with 0 additions and 2 deletions
|
|
@ -297,8 +297,6 @@ on_quit (state_t *state)
|
|||
ply_trace ("hiding splash");
|
||||
if (state->boot_splash != NULL)
|
||||
ply_boot_splash_hide (state->boot_splash);
|
||||
if (state->window != NULL)
|
||||
ply_window_set_mode (state->window, PLY_WINDOW_MODE_TEXT);
|
||||
ply_trace ("exiting event loop");
|
||||
ply_event_loop_exit (state->loop, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue