From f947f63e6df395b4e2f9ccc6f8712dbe60d34bb7 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:54:36 +0800 Subject: [PATCH] Display or hide the main window menu in the tray and move it to the top --- v2rayN/v2rayN.Desktop/App.axaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/App.axaml b/v2rayN/v2rayN.Desktop/App.axaml index fb487d1d..22b10811 100644 --- a/v2rayN/v2rayN.Desktop/App.axaml +++ b/v2rayN/v2rayN.Desktop/App.axaml @@ -6,8 +6,8 @@ xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib" xmlns:semi="https://irihi.tech/semi" xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" - x:DataType="vms:StatusBarViewModel" Name="v2rayN" + x:DataType="vms:StatusBarViewModel" RequestedThemeVariant="Default"> @@ -32,6 +32,8 @@ ToolTipText="{Binding RunningServerToolTipText}"> + + - -