zao / foo_wave_seekbar

A foobar2000 UI seekbar element displaying the playing waveform.
http://www.foobar2000.org/components/view/foo_wave_seekbar
Other
85 stars 7 forks source link

foobar2000 update blocks on quiet launch #26

Closed zao closed 11 years ago

zao commented 11 years ago

When kicking off startup code early, no consideration was made to handle quiet mode startups (as invoked by the installer upgrading).

This needs to be audited and resolved across all initquit, init_stage_callback and static storage duration types.

zao commented 11 years ago

Resolved in commit 57bcfe6f11440a9453e7a36d4d4624171478dfd1, guarded init kicks with quiet mode tests.