From aa338d2da5902e94a5cfdc3854c3f2eac3d08ec0 Mon Sep 17 00:00:00 2001 From: fonaix Date: Fri, 7 Apr 2023 15:21:09 +0800 Subject: [PATCH] fix bug #3630 --- v2rayN/v2rayN/Views/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Views/MainWindow.xaml.cs b/v2rayN/v2rayN/Views/MainWindow.xaml.cs index 3006ffe1..f41e5b8e 100644 --- a/v2rayN/v2rayN/Views/MainWindow.xaml.cs +++ b/v2rayN/v2rayN/Views/MainWindow.xaml.cs @@ -466,7 +466,7 @@ namespace v2rayN.Views _config.uiItem.mainHeight = this.Height; List lvColumnItem = new(); - for (int k = 1; k < lstProfiles.Columns.Count; k++) + for (int k = 0; k < lstProfiles.Columns.Count; k++) { var item2 = (MyDGTextColumn)lstProfiles.Columns[k]; lvColumnItem.Add(new()