mirror of https://github.com/2dust/v2rayN
Update MainForm.cs
parent
ac2d71d7b0
commit
6d2a1e0e9c
|
@ -235,7 +235,7 @@ namespace v2rayN.Forms
|
|||
if (config.index.Equals(k))
|
||||
{
|
||||
//lvItem.Checked = true;
|
||||
lvItem.ForeColor = Color.Blue;
|
||||
lvItem.ForeColor = Color.DodgerBlue;
|
||||
lvItem.Font = new Font(lvItem.Font, FontStyle.Bold);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue