From 604f093ef0a92e6eaab6daeadeb4389844dc9782 Mon Sep 17 00:00:00 2001 From: Waheal <2035582067@qq.com> Date: Mon, 6 Oct 2025 14:38:21 +0800 Subject: [PATCH] disable the SilentStartup for Linux --- v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml | 1 + v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml.cs | 3 +++ 2 files changed, 4 insertions(+) diff --git a/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml index 062e5955..6e88a8b6 100644 --- a/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml @@ -455,6 +455,7 @@ HorizontalAlignment="Left" /> { txbSettingsExceptionTip.IsVisible = false; panSystemProxyAdvanced.IsVisible = false; + + labSilentStartup.IsVisible = false; + togSilentStartup.IsVisible = false; } else if (Utils.IsOSX()) {