Skip to content

Commit

Permalink
Add a new tab for customising log processing capabilities
Browse files Browse the repository at this point in the history
Add an upload to gw2wingman
  • Loading branch information
Plenyx committed Sep 18, 2024
1 parent 8a4c58c commit 3f2a53e
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 70 deletions.
3 changes: 3 additions & 0 deletions AppSettings/ApplicationSettingsUpload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal sealed class ApplicationSettingsUpload
[JsonProperty("dpsReportServer")]
internal DpsReportServer DpsReportServer { get; set; } = DpsReportServer.B;

[JsonProperty("uploadToWingman")]
internal bool UploadToWingman { get; set; } = false;

internal string DPSReportServerLink => DpsReportServer switch
{
DpsReportServer.A => "http://a.dps.report",
Expand Down
187 changes: 122 additions & 65 deletions Forms/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f2a53e

Please sign in to comment.