This commit is contained in:
gullradriel 2024-03-25 00:50:42 +01:00 committed by GitHub
parent c078bac0e7
commit b47cee435e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void GlassView::update_display_beep() {
receiver_model.set_headphone_volume(receiver_model.headphone_volume()); // WM8731 hack.
} else {
button_beep_squelch.set_style(&Styles::white);
button_beep_squelch.set_text("[ beep OFF [");
button_beep_squelch.set_text("[ beep OFF ]");
}
}