Merge branch 'master' into develop

This commit is contained in:
Anton Kasyanov
2016-06-15 20:29:10 +03:00

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;