From d442929453de4571d6ffde5b1e25595565742330 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Fri, 15 Nov 2019 17:04:36 -0700 Subject: [PATCH] Fixed m ehtod name to SetDoNotLoadOnNextBoot --- Pepperdash Core/Pepperdash Core/Logging/Debug.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;