mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-11 18:54:43 +00:00
Fixed m ehtod name to SetDoNotLoadOnNextBoot
This commit is contained in:
@@ -246,7 +246,7 @@ namespace PepperDash.Core
|
||||
/// Sets the flag to prevent application starting on next boot
|
||||
/// </summary>
|
||||
/// <param name="state"></param>
|
||||
public static void SetDoNotStartOnNextBoot(bool state)
|
||||
public static void SetDoNotLoadOnNextBoot(bool state)
|
||||
{
|
||||
DoNotLoadOnNextBoot = state;
|
||||
Contexts.GetOrCreateItem("DEFAULT").DoNotLoadOnNextBoot = state;
|
||||
|
||||
Reference in New Issue
Block a user