fix ids not randomizing per uuid

This commit is contained in:
leminlimez
2025-03-18 22:52:01 -04:00
parent d859cd6911
commit 5a6c6b3f81
2 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "5.0"
App_Build = 3
App_Build = 4
class Page(Enum):
Home = 0