add tabulation

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

View file

@ -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();
}
}