From 062c93e77b133ed87c591475a9d29ef5c4f0b31a Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 9 Mar 2021 14:57:25 -0700 Subject: [PATCH] Tweak settings menu --- OpenCore-Patcher.command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 0a0dbc683..77d45b1ce 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -181,8 +181,8 @@ pressing the "Esc" key [f"Enable Kext DEBUG:\t\t\tCurrently {self.constants.kext_debug}", self.change_kext], [f"Assume Metal GPU Always:\t\tCurrently {self.constants.kext_debug}", self.change_metal], [f"Assume Upgraded Wifi Always:\tCurrently {self.constants.kext_debug}", self.change_wifi], - [f"Set SMBIOS Mode:\t\t\tCurrently {self.constants.serial_settings}", self.change_serial], - [f"Set Picker Mode:\t\t\tCurrently {self.constants.showpicker}", self.change_showpicker], + [f"Set ShowPicker Mode:\t\tCurrently {self.constants.showpicker}", self.change_showpicker], + [f"Set SMBIOS Mode:\t\t\tCurrently {self.constants.serial_settings}", self.change_serial], ] for option in options: