fix syntax error

This commit is contained in:
leminlimez
2025-03-21 18:38:28 -04:00
parent 83f8b2a94f
commit 7a309d7969
2 changed files with 3 additions and 3 deletions

View File

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