Skip to content

Commit

Permalink
Providing an alternate way to detect log creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaculRennorb committed Nov 10, 2023
1 parent c928755 commit ab418fb
Show file tree
Hide file tree
Showing 4 changed files with 830 additions and 684 deletions.
3 changes: 3 additions & 0 deletions AppSettings/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ private static ApplicationSettings DeserialiseFromFile(string loadLocation)
[JsonProperty("logsLocation")]
internal string LogsLocation { get; set; } = "";

[JsonProperty("usePollingForLogs")]
internal bool UsePollingForLogs { get; set; } = false;

[JsonProperty("mainFormSize")]
internal System.Drawing.Size MainFormSize { get; set; } = new System.Drawing.Size(649, 784);

Expand Down
Loading

0 comments on commit ab418fb

Please sign in to comment.