fix mobilegestalt tweaks not applying + optimize tweak options

This commit is contained in:
leminlimez
2024-12-12 13:19:15 -05:00
parent 26f0e45673
commit 5522eb16ac
4 changed files with 38 additions and 55 deletions

View File

@@ -18,8 +18,8 @@ from tweaks.tweaks import tweaks
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "4.2"
App_Build = 0
App_Version = "4.2.1"
App_Build = 1
class Page(Enum):
Home = 0