From 5797b3726217b5c17142a921e10411fe5963a4d3 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:41:07 +0800 Subject: [PATCH] Bug fix https://github.com/2dust/v2rayN/issues/6023 --- v2rayN/v2rayN/Views/MainWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/Views/MainWindow.xaml b/v2rayN/v2rayN/Views/MainWindow.xaml index 14ae889a..32a22926 100644 --- a/v2rayN/v2rayN/Views/MainWindow.xaml +++ b/v2rayN/v2rayN/Views/MainWindow.xaml @@ -14,6 +14,7 @@ Height="700" MinWidth="900" x:TypeArguments="vms:MainWindowViewModel" + ResizeMode="CanResizeWithGrip" ShowInTaskbar="True" Style="{StaticResource WindowGlobal}" WindowStartupLocation="CenterScreen"