Provide better defaults for the 1st application start

This commit is contained in:
Anton Kasyanov
2016-06-15 20:28:31 +03:00
parent 1c7d350133
commit 3a0fd89bd8

View File

@@ -10,7 +10,7 @@ namespace EveOPreview.Configuration
public ApplicationConfiguration()
{
// Default values
this.MinimizeToTray = true;
this.MinimizeToTray = false;
this.ThumbnailRefreshPeriod = 500;
this.ThumbnailsOpacity = 0.5;