mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 01:27:24 -04:00
Disable audio by default at power-up (#1393)
This commit is contained in:
parent
d8a6422d37
commit
a4325ac20d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue