Skip to content

Commit

Permalink
fix control volume being on the menu twice
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolgamer committed May 11, 2024
1 parent 7b5bfc1 commit 361586e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sysmodules/rosalina/source/menus/sysconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
Menu sysconfigMenu = {
"System configuration menu",
{
{ "Control volume", METHOD, .method=&SysConfigMenu_AdjustVolume},
{ "Control Wireless connection", METHOD, .method = &SysConfigMenu_ControlWifi },
{ "Toggle Power Button", METHOD, .method=&SysConfigMenu_TogglePowerButton },
{ "Toggle Power to Card Slot", METHOD, .method=&SysConfigMenu_ToggleCardIfPower},
Expand Down

0 comments on commit 361586e

Please sign in to comment.