Browse Source

Added flag RESTART_ALWAYS = 0 for ApplicationRestartFlags

tags/4.1.5
Damir Ainullin 5 years ago
parent
commit
5a2adf749c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Controller/System/AutoStartup.cs

+ 1
- 0
shadowsocks-csharp/Controller/System/AutoStartup.cs View File

@@ -118,6 +118,7 @@ namespace Shadowsocks.Controller
[Flags]
enum ApplicationRestartFlags
{
RESTART_ALWAYS = 0,
RESTART_NO_CRASH = 1,
RESTART_NO_HANG = 2,
RESTART_NO_PATCH = 4,


Loading…
Cancel
Save