diff --git a/gui/main_window.py b/gui/main_window.py index a47a587..7b248ca 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -18,7 +18,7 @@ from tweaks.tweaks import tweaks from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings from tweaks.daemons_tweak import Daemon -App_Version = "4.2.2" +App_Version = "4.2.3" App_Build = 0 class Page(Enum): diff --git a/tweaks/daemons_tweak.py b/tweaks/daemons_tweak.py index 6de5923..b3c93f9 100644 --- a/tweaks/daemons_tweak.py +++ b/tweaks/daemons_tweak.py @@ -40,12 +40,12 @@ class Daemon(Enum): VPN = ["com.apple.racoon"] ChineseLAN = ["com.apple.wapic"] HealthKit = ["com.apple.healthd"] - AirPrint = ["com.apple.printd"], - AssistiveTouch = ["com.apple.assistivetouchd"], - iCloud = ["com.apple.itunescloudd"], - InternetTethering = ["com.apple.MobileInternetSharing"], - PassBook = ["com.apple.passd"], - Spotlight = ["com.apple.searchd"], + AirPrint = ["com.apple.printd"] + AssistiveTouch = ["com.apple.assistivetouchd"] + iCloud = ["com.apple.itunescloudd"] + InternetTethering = ["com.apple.MobileInternetSharing"] + PassBook = ["com.apple.passd"] + Spotlight = ["com.apple.searchd"] VoiceControl = [ "com.apple.assistant_service", "com.apple.assistantd",