Remove Exit to SysMenu Option

This commit is contained in:
TheShadowEevee 2022-04-22 07:19:49 -05:00
parent 1b70b1b739
commit 3d6066f046
No known key found for this signature in database
GPG Key ID: 7A8AA92B3BAFAB75
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ void updatePage(void)
sprintf(page_contents[7], " %-40s %10s \n", "Save Settings", "Save ");
sprintf(page_contents[8], " %-40s %10s \n", "Auto Fix Settings ", "Fix ");
sprintf(page_contents[9], " %-40s %10s \n", "Exit to the Homebrew Channel", "Exit ");
sprintf(page_contents[10], " %-40s %10s \n", "Reboot to System Menu", "Reboot ");
updateSelected(0);
}