Skip to content

Commit

Permalink
rosalina: fix wireless connection option replacing volume override (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloMK7 authored May 9, 2024
1 parent 2df3c38 commit 45dce14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus/sysconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void SysConfigMenu_ToggleWireless(void)

void SysConfigMenu_UpdateStatus(bool control)
{
MenuItem *item = &sysconfigMenu.items[0];
MenuItem *item = &sysconfigMenu.items[1];

if(control)
{
Expand Down

0 comments on commit 45dce14

Please sign in to comment.