Skip to content

Commit

Permalink
Fix "GitHub Issues" button in crash dialog not opening this project's…
Browse files Browse the repository at this point in the history
… GitHub page

- Remove two unused usings from the last commit
  • Loading branch information
Sparronator9999 committed Sep 2, 2024
1 parent cdfd159 commit 60b8112
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
18 changes: 9 additions & 9 deletions YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs

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

4 changes: 1 addition & 3 deletions YAMDCC.GUI/Dialogs/CrashDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ public CrashDialog(Exception ex, bool threadException)

private void btnReportIssue_Click(object sender, EventArgs e)
{
// TODO: work out GitHub Issues stuff
// Process.Start("https://github.com/Sparronator9999/MSIFanControl/issues");
Process.Start("https://youtu.be/dQw4w9WgXcQ");
Process.Start("https://github.com/Sparronator9999/YAMDCC/issues");
}

private void btnSaveReport_Click(object sender, EventArgs e)
Expand Down
2 changes: 0 additions & 2 deletions YAMDCC.Service/svcFanControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
using System.ComponentModel;
using System.IO;
using System.IO.Pipes;
using System.Security.AccessControl;
using System.Security.Principal;
using System.ServiceProcess;
using YAMDCC.Config;
using YAMDCC.ECAccess;
Expand Down

0 comments on commit 60b8112

Please sign in to comment.