Disable audio by default at power-up (#1393)

This commit is contained in:
Mark Thompson 2023-08-20 04:13:04 -05:00 committed by GitHub
parent d8a6422d37
commit a4325ac20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}