Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Provide better defaults for the 1st application start
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kasyanov committed Jun 15, 2016
1 parent 1c7d350 commit 3a0fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eve-O-Preview/Configuration/ApplicationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ApplicationConfiguration : IApplicationConfiguration
public ApplicationConfiguration()
{
// Default values
this.MinimizeToTray = true;
this.MinimizeToTray = false;
this.ThumbnailRefreshPeriod = 500;

this.ThumbnailsOpacity = 0.5;
Expand Down

0 comments on commit 3a0fd89

Please sign in to comment.