mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
Hide spinfinity progress bar when stopping animation
This commit is contained in:
parent
06c303d818
commit
ffa357bf17
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin,
|
|||
assert (plugin != NULL);
|
||||
assert (plugin->loop != NULL);
|
||||
|
||||
ply_progress_bar_hide (plugin->progress_bar);
|
||||
ply_throbber_stop (plugin->throbber, trigger);
|
||||
|
||||
#ifdef ENABLE_FADE_OUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue