diff --git a/Pepperdash Core/Pepperdash Core/Logging/Debug.cs b/Pepperdash Core/Pepperdash Core/Logging/Debug.cs index 737cf79..9fa9e9f 100644 --- a/Pepperdash Core/Pepperdash Core/Logging/Debug.cs +++ b/Pepperdash Core/Pepperdash Core/Logging/Debug.cs @@ -246,7 +246,7 @@ namespace PepperDash.Core /// Sets the flag to prevent application starting on next boot /// /// - public static void SetDoNotStartOnNextBoot(bool state) + public static void SetDoNotLoadOnNextBoot(bool state) { DoNotLoadOnNextBoot = state; Contexts.GetOrCreateItem("DEFAULT").DoNotLoadOnNextBoot = state;