Skip to content

Commit 5a2adf7

Browse files
committed
Added flag RESTART_ALWAYS = 0 for ApplicationRestartFlags
1 parent 7ed2434 commit 5a2adf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shadowsocks-csharp/Controller/System/AutoStartup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public static bool Check()
118118
[Flags]
119119
enum ApplicationRestartFlags
120120
{
121+
RESTART_ALWAYS = 0,
121122
RESTART_NO_CRASH = 1,
122123
RESTART_NO_HANG = 2,
123124
RESTART_NO_PATCH = 4,

0 commit comments

Comments
 (0)