From bb4d3997ad3ea35754f6228cbb1708ad5f0b1f44 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 4 Aug 2024 09:40:33 +0800 Subject: [PATCH] Bug fix https://github.com/2dust/v2rayN/issues/5467 --- v2rayN/v2rayN/Views/ProfilesView.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/Views/ProfilesView.xaml b/v2rayN/v2rayN/Views/ProfilesView.xaml index 817e1835..a108f54b 100644 --- a/v2rayN/v2rayN/Views/ProfilesView.xaml +++ b/v2rayN/v2rayN/Views/ProfilesView.xaml @@ -78,6 +78,7 @@ BorderThickness="1" CanUserAddRows="False" CanUserResizeRows="False" + CanUserSortColumns="False" EnableRowVirtualization="True" Focusable="True" GridLinesVisibility="All"