mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Fixed m ehtod name to SetDoNotLoadOnNextBoot
This commit is contained in:
parent
b7c7513a18
commit
d442929453
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue