Set proper defaults for Highlight-related options
This commit is contained in:
@@ -32,8 +32,8 @@ namespace EveOPreview.Configuration
|
|||||||
this.ShowThumbnailOverlays = true;
|
this.ShowThumbnailOverlays = true;
|
||||||
this.ShowThumbnailFrames = true;
|
this.ShowThumbnailFrames = true;
|
||||||
|
|
||||||
this.EnableActiveClientHighlight = true;
|
this.EnableActiveClientHighlight = false;
|
||||||
this.ActiveClientHighlightColor = Color.GreenYellow;
|
this.ActiveClientHighlightColor = Color.Yellow;
|
||||||
|
|
||||||
this.PerClientLayout = new Dictionary<string, Dictionary<string, Point>>();
|
this.PerClientLayout = new Dictionary<string, Dictionary<string, Point>>();
|
||||||
this.FlatLayout = new Dictionary<string, Point>();
|
this.FlatLayout = new Dictionary<string, Point>();
|
||||||
|
Reference in New Issue
Block a user