hide certain feature flags on 18.0.1+

hide "Old Photos UI" and "AI" toggles
This commit is contained in:
leminlimez
2024-12-02 16:14:18 -05:00
parent 3c10a6fce8
commit c6c294ac7e

View File

@@ -276,7 +276,8 @@ class MainWindow(QtWidgets.QMainWindow):
"18.0": [self.ui.aodChk, self.ui.iphone16SettingsChk]
}
MaxTweakVersions = {
"17.7": [self.ui.euEnablerContent]
"17.7": [self.ui.euEnablerContent],
"18.0": [self.ui.photosChk, self.ui.aiChk]
}
try: