Skip to content

Commit

Permalink
Support link
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 11, 2024
1 parent 819f750 commit 5968788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private void ButtonDonate_Click(object? sender, EventArgs e)
{
AppConfig.Set("donate_click", 1);
buttonDonate.Badge = false;
Process.Start(new ProcessStartInfo("https://github.com/seerge/g-helper/wiki/Support-Project") { UseShellExecute = true });
Process.Start(new ProcessStartInfo("https://g-helper.com/support") { UseShellExecute = true });
}

private void LabelDynamicLighting_Click(object? sender, EventArgs e)
Expand Down

0 comments on commit 5968788

Please sign in to comment.