mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update MainForm.cs
This commit is contained in:
parent
ac2d71d7b0
commit
6d2a1e0e9c
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ namespace v2rayN.Forms
|
||||||
if (config.index.Equals(k))
|
if (config.index.Equals(k))
|
||||||
{
|
{
|
||||||
//lvItem.Checked = true;
|
//lvItem.Checked = true;
|
||||||
lvItem.ForeColor = Color.Blue;
|
lvItem.ForeColor = Color.DodgerBlue;
|
||||||
lvItem.Font = new Font(lvItem.Font, FontStyle.Bold);
|
lvItem.Font = new Font(lvItem.Font, FontStyle.Bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue