mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
hide certain feature flags on 18.0.1+
hide "Old Photos UI" and "AI" toggles
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user