fix syntax warning

This commit is contained in:
Valeriy Manzhos 2026-04-09 17:20:37 +03:00
parent e7afe3bb92
commit 906ad898be
No known key found for this signature in database
GPG key ID: 6547CFC8E2EC3D90

View file

@ -480,7 +480,8 @@ public class StatusBarViewModel : MyReactiveObject
await AppManager.Instance.RebootAsAdmin();
return;
}
else if (Utils.IsLinux()) {
else if (Utils.IsLinux())
{
await CoreManager.StartTUNProcess();
await CoreManager.CreateTUNRoutes();
}