From bcef55a6bb487f059b35969af5408dae78d32b46 Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:23:18 +0300 Subject: [PATCH] add tabulation --- v2rayN/ServiceLib/ViewModels/StatusBarViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/ViewModels/StatusBarViewModel.cs b/v2rayN/ServiceLib/ViewModels/StatusBarViewModel.cs index 8095a65e..614429bc 100644 --- a/v2rayN/ServiceLib/ViewModels/StatusBarViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/StatusBarViewModel.cs @@ -508,7 +508,7 @@ public class StatusBarViewModel : MyReactiveObject // On Linux TUN is managed by an external program, not by the core if (!Utils.IsLinux()) { - AppEvents.ReloadRequested.Publish(); + AppEvents.ReloadRequested.Publish(); } }