Config file property name changed from PotatoMode
to CompatibilityMode
This commit is contained in:
@@ -56,7 +56,7 @@ namespace EveOPreview.Configuration.Implementation
|
|||||||
public bool MinimizeToTray { get; set; }
|
public bool MinimizeToTray { get; set; }
|
||||||
public int ThumbnailRefreshPeriod { get; set; }
|
public int ThumbnailRefreshPeriod { get; set; }
|
||||||
|
|
||||||
[JsonProperty("PotatoMode")]
|
[JsonProperty("CompatibilityMode")]
|
||||||
public bool EnableCompatibilityMode { get; set; }
|
public bool EnableCompatibilityMode { get; set; }
|
||||||
|
|
||||||
[JsonProperty("ThumbnailsOpacity")]
|
[JsonProperty("ThumbnailsOpacity")]
|
||||||
|
Reference in New Issue
Block a user