|
|
@ -188,7 +188,7 @@ namespace v2rayN.Forms |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvEncryptionMethod"), 90); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvEncryptionMethod"), 90); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvTransportProtocol"), 70); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvTransportProtocol"), 70); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvSubscription"), 50); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvSubscription"), 50); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvTestResults"), 70,HorizontalAlignment.Right); |
|
|
|
lvServers.Columns.Add(UIRes.I18N("LvTestResults"), 70, HorizontalAlignment.Right); |
|
|
|
|
|
|
|
|
|
|
|
if (statistics != null && statistics.Enable) |
|
|
|
if (statistics != null && statistics.Enable) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -268,7 +268,6 @@ namespace v2rayN.Forms |
|
|
|
|
|
|
|
|
|
|
|
if (lvItem != null) lvServers.Items.Add(lvItem); |
|
|
|
if (lvItem != null) lvServers.Items.Add(lvItem); |
|
|
|
} |
|
|
|
} |
|
|
|
lvServers.EnsureVisible(config.index); |
|
|
|
|
|
|
|
lvServers.EndUpdate(); |
|
|
|
lvServers.EndUpdate(); |
|
|
|
|
|
|
|
|
|
|
|
//if (lvServers.Items.Count > 0) |
|
|
|
//if (lvServers.Items.Count > 0) |
|
|
@ -1025,7 +1024,10 @@ namespace v2rayN.Forms |
|
|
|
this.ShowInTaskbar = true; |
|
|
|
this.ShowInTaskbar = true; |
|
|
|
//this.notifyIcon1.Visible = false; |
|
|
|
//this.notifyIcon1.Visible = false; |
|
|
|
this.txtMsgBox.ScrollToCaret(); |
|
|
|
this.txtMsgBox.ScrollToCaret(); |
|
|
|
|
|
|
|
if (config.index >= 0 && config.index < lvServers.Items.Count) |
|
|
|
|
|
|
|
{ |
|
|
|
lvServers.EnsureVisible(config.index); // workaround |
|
|
|
lvServers.EnsureVisible(config.index); // workaround |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
SetVisibleCore(true); |
|
|
|
SetVisibleCore(true); |
|
|
|
} |
|
|
|
} |
|
|
|