From 130e543c2d65e7b47e465efe1b7e93f1520155db Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Wed, 17 Aug 2016 23:16:16 +0300 Subject: [PATCH] Set proper defaults for Highlight-related options --- Eve-O-Preview/Configuration/AppConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eve-O-Preview/Configuration/AppConfig.cs b/Eve-O-Preview/Configuration/AppConfig.cs index 8ea1e02..150bb52 100644 --- a/Eve-O-Preview/Configuration/AppConfig.cs +++ b/Eve-O-Preview/Configuration/AppConfig.cs @@ -32,8 +32,8 @@ namespace EveOPreview.Configuration this.ShowThumbnailOverlays = true; this.ShowThumbnailFrames = true; - this.EnableActiveClientHighlight = true; - this.ActiveClientHighlightColor = Color.GreenYellow; + this.EnableActiveClientHighlight = false; + this.ActiveClientHighlightColor = Color.Yellow; this.PerClientLayout = new Dictionary>(); this.FlatLayout = new Dictionary();