mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Make --process-required default, add ShutdownIfPossible instead
This commit is contained in:
@@ -54,7 +54,6 @@ internal static class Program {
|
||||
internal static bool ConfigWatch { get; private set; } = true;
|
||||
internal static bool IgnoreUnsupportedEnvironment { get; private set; }
|
||||
internal static string? NetworkGroup { get; private set; }
|
||||
internal static bool ProcessRequired { get; private set; }
|
||||
internal static bool RestartAllowed { get; private set; } = true;
|
||||
internal static bool Service { get; private set; }
|
||||
internal static bool ShutdownSequenceInitialized { get; private set; }
|
||||
@@ -593,10 +592,6 @@ internal static class Program {
|
||||
case "--NO-STEAM-PARENTAL-GENERATION" when noArgumentValueNext():
|
||||
SteamParentalGeneration = false;
|
||||
|
||||
break;
|
||||
case "--PROCESS-REQUIRED" when noArgumentValueNext():
|
||||
ProcessRequired = true;
|
||||
|
||||
break;
|
||||
case "--PATH" when noArgumentValueNext():
|
||||
pathNext = true;
|
||||
|
||||
Reference in New Issue
Block a user