mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
fix syntax warning
This commit is contained in:
parent
e7afe3bb92
commit
906ad898be
1 changed files with 2 additions and 1 deletions
|
|
@ -480,7 +480,8 @@ public class StatusBarViewModel : MyReactiveObject
|
||||||
await AppManager.Instance.RebootAsAdmin();
|
await AppManager.Instance.RebootAsAdmin();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (Utils.IsLinux()) {
|
else if (Utils.IsLinux())
|
||||||
|
{
|
||||||
await CoreManager.StartTUNProcess();
|
await CoreManager.StartTUNProcess();
|
||||||
await CoreManager.CreateTUNRoutes();
|
await CoreManager.CreateTUNRoutes();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue