dotnet8 work, source unification work
This commit is contained in:
@@ -86,7 +86,11 @@ namespace EveOPreview.Configuration.Implementation
|
||||
this.ThumbnailRefreshPeriod = 500;
|
||||
this.ThumbnailResizeTimeoutPeriod = 500;
|
||||
|
||||
this.EnableCompatibilityMode = false;
|
||||
#if LINUX
|
||||
this.EnableWineCompatibilityMode = true;
|
||||
#else
|
||||
this.EnableWineCompatibilityMode = false;
|
||||
#endif
|
||||
|
||||
this.ThumbnailOpacity = 0.5;
|
||||
|
||||
@@ -190,9 +194,9 @@ namespace EveOPreview.Configuration.Implementation
|
||||
public bool MinimizeToTray { get; set; }
|
||||
public int ThumbnailRefreshPeriod { get; set; }
|
||||
public int ThumbnailResizeTimeoutPeriod { get; set; }
|
||||
|
||||
[JsonProperty("CompatibilityMode")]
|
||||
public bool EnableCompatibilityMode { get; set; }
|
||||
|
||||
[JsonProperty("WineCompatibilityMode")]
|
||||
public bool EnableWineCompatibilityMode { get; set; }
|
||||
|
||||
[JsonProperty("ThumbnailsOpacity")]
|
||||
public double ThumbnailOpacity { get; set; }
|
||||
|
Reference in New Issue
Block a user