fix ai spoofing

This commit is contained in:
leminlimez
2024-10-28 18:09:56 -04:00
parent a312c7b2b0
commit 6f6cd20c34
5 changed files with 5010 additions and 4 deletions

View File

@@ -547,6 +547,12 @@ class MainWindow(QtWidgets.QMainWindow):
tweaks["AIEligibility"].set_language_code(text)
def on_spoofedModelDrp_activated(self, index: int):
tweaks["SpoofModel"].set_selected_option(index)
if index == 0:
tweaks["SpoofHardware"].set_selected_option(0)
tweaks["SpoofCPU"].set_selected_option(0)
else:
tweaks["SpoofHardware"].set_selected_option(1)
tweaks["SpoofCPU"].set_selected_option(0)
## SPRINGBOARD OPTIONS PAGE