Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed May 3, 2024
1 parent 56e66f2 commit 76ccf34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EpicPrefill/Settings/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,12 @@ public static bool VerboseLogs

public static readonly string DefaultUserAgent = "EpicGamesLauncher/14.6.2-24350103+++Portal+Release-Live Windows/10.0.19044.1.256.64bit";

#if DEBUG

public static bool SkipDownloads { get; set; }

/// <summary>
/// Skips using locally cached manifests. Saves disk space, at the expense of slower subsequent runs. Intended for debugging.
/// </summary>
public static bool NoLocalCache { get; set; }

#endif
}
}

0 comments on commit 76ccf34

Please sign in to comment.