Add SeedUtil option to Advanced Patcher Settings

This commit is contained in:
Mykola Grymalyuk
2021-05-16 21:49:54 -06:00
parent 69ab0fd17b
commit 93e9a8f381
3 changed files with 33 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
#[f"Download more RAM:\t\t\tCurrently {self.constants.download_ram}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).download_more_ram_dot_com],
[f"Disable CPU Friend:\t\t\tCurrently {self.constants.disallow_cpufriend}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).disable_cpufriend],
[f"Set Custom name {self.constants.custom_cpu_model_value}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).custom_cpu],
[f"Set SeedUtil Status", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).set_seedutil],
]
for option in options: