add more daemons

This commit is contained in:
leminlimez
2024-12-18 19:26:12 -05:00
parent af6abe6005
commit f509c67311
6 changed files with 182 additions and 3 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.1"
App_Build = 0
App_Version = "4.2.2"
App_Build = 1
class Page(Enum):
Home = 0