mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Disable audio by default at power-up (#1393)
This commit is contained in:
parent
d8a6422d37
commit
a4325ac20d
@ -219,6 +219,7 @@ SystemStatusView::SystemStatusView(
|
||||
toggle_mute.set_value(pmem::config_audio_mute());
|
||||
toggle_stealth.set_value(pmem::stealth_mode());
|
||||
|
||||
audio::output::stop();
|
||||
audio::output::update_audio_mute();
|
||||
refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user