Skip to content

Commit

Permalink
Tweaked default configuration for Epic and itch.io
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jan 25, 2019
1 parent 03d6c1a commit 7dc4f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Plugins/EpicLibrary/EpicLibrarySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class EpicLibrarySettings : ObservableObject, ISettings

#region Settings

public bool ImportInstalledGames { get; set; } = true;
public bool ImportInstalledGames { get; set; } = EpicLauncher.IsInstalled;

public bool ImportUninstalledGames { get; set; } = false;

Expand Down
2 changes: 1 addition & 1 deletion source/Plugins/ItchioLibrary/ItchioLibrarySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ItchioLibrarySettings : ObservableObject, ISettings

#region Settings

public bool ImportInstalledGames { get; set; } = true;
public bool ImportInstalledGames { get; set; } = Itch.IsInstalled;

public bool ImportUninstalledGames { get; set; } = false;

Expand Down

0 comments on commit 7dc4f9b

Please sign in to comment.