mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-22 08:20:03 +05:00
fix bug #3630
This commit is contained in:
@@ -466,7 +466,7 @@ namespace v2rayN.Views
|
||||
_config.uiItem.mainHeight = this.Height;
|
||||
|
||||
List<ColumnItem> 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()
|
||||
|
||||
Reference in New Issue
Block a user