mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-17 05:34:48 +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
|
/// Sets the flag to prevent application starting on next boot
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="state"></param>
|
/// <param name="state"></param>
|
||||||
public static void SetDoNotStartOnNextBoot(bool state)
|
public static void SetDoNotLoadOnNextBoot(bool state)
|
||||||
{
|
{
|
||||||
DoNotLoadOnNextBoot = state;
|
DoNotLoadOnNextBoot = state;
|
||||||
Contexts.GetOrCreateItem("DEFAULT").DoNotLoadOnNextBoot = state;
|
Contexts.GetOrCreateItem("DEFAULT").DoNotLoadOnNextBoot = state;
|
||||||
|
|||||||
Reference in New Issue
Block a user