Provide better defaults for the 1st application start
This commit is contained in:
@@ -10,7 +10,7 @@ namespace EveOPreview.Configuration
|
|||||||
public ApplicationConfiguration()
|
public ApplicationConfiguration()
|
||||||
{
|
{
|
||||||
// Default values
|
// Default values
|
||||||
this.MinimizeToTray = true;
|
this.MinimizeToTray = false;
|
||||||
this.ThumbnailRefreshPeriod = 500;
|
this.ThumbnailRefreshPeriod = 500;
|
||||||
|
|
||||||
this.ThumbnailsOpacity = 0.5;
|
this.ThumbnailsOpacity = 0.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user