fix animation settings and allow Original animation or no animation - setable from GUI. This should fix client switching when using fixed window
This commit is contained in:
@@ -71,7 +71,7 @@ namespace EveOPreview.Configuration.Implementation
|
||||
this.EnableClientLayoutTracking = false;
|
||||
this.HideActiveClientThumbnail = false;
|
||||
this.MinimizeInactiveClients = false;
|
||||
this.MinimizeInactiveClientsAnimation = false;
|
||||
this.WindowsAnimationStyle = AnimationStyle.NoAnimation;
|
||||
this.ShowThumbnailsAlwaysOnTop = true;
|
||||
this.EnablePerClientThumbnailLayouts = false;
|
||||
|
||||
@@ -163,7 +163,7 @@ namespace EveOPreview.Configuration.Implementation
|
||||
|
||||
public bool HideActiveClientThumbnail { get; set; }
|
||||
public bool MinimizeInactiveClients { get; set; }
|
||||
public bool MinimizeInactiveClientsAnimation { get; set; }
|
||||
public AnimationStyle WindowsAnimationStyle { get; set; }
|
||||
public bool ShowThumbnailsAlwaysOnTop { get; set; }
|
||||
|
||||
public bool EnablePerClientThumbnailLayouts
|
||||
|
Reference in New Issue
Block a user