Skip to content

Commit ce5994d

Browse files
committed
'oh boy' fix
1 parent 4197809 commit ce5994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radio/src/gui/common/stdlcd/radio_hardware.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ void menuRadioHardware(event_t event)
535535

536536
#if defined(AUDIO_MUTE_GPIO)
537537
case ITEM_RADIO_HARDWARE_AUDIO_MUTE:
538-
editCheckBox(g_eeGeneral.audioMuteEnable, HW_SETTINGS_COLUMN2, y, STR_AUDIO_MUTE, attr, event);
538+
g_eeGeneral.audioMuteEnable = editCheckBox(g_eeGeneral.audioMuteEnable, HW_SETTINGS_COLUMN2, y, STR_AUDIO_MUTE, attr, event);
539539
break;
540540
#endif
541541

0 commit comments

Comments
 (0)