mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
修改新增的HTTP代理选项的图标颜色
暂时沿用“仅开启HTTP代理,不修改系统代理”及“仅开启PAC,不修改系统代理”的图标配色。
This commit is contained in:
parent
1e4180be84
commit
7cfd05159c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace v2rayN.Handler
|
|||
int index = (int)config.listenerType;
|
||||
if (index > 0)
|
||||
{
|
||||
color = (new Color[] { Color.Red, Color.Purple, Color.DarkGreen, Color.Orange, Color.DarkSlateBlue, Color.RoyalBlue })[index - 1];
|
||||
color = (new Color[] { Color.Red, Color.Purple, Color.DarkGreen, Color.Orange, Color.DarkSlateBlue, Color.RoyalBlue, Color.DarkSlateBlue, Color.RoyalBlue })[index - 1];
|
||||
//color = ColorTranslator.FromHtml(new string[] { "#CC0066", "#CC6600", "#99CC99", "#666699" }[index - 1]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue