mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-14 17:04:06 +01:00
Fix link to steam-deck-tools
This commit is contained in:
parent
543293aa5f
commit
75f40c4167
2
FanControl/FanControlForm.Designer.cs
generated
2
FanControl/FanControlForm.Designer.cs
generated
|
|
@ -226,7 +226,7 @@
|
|||
this.helpLabel.Name = "helpLabel";
|
||||
this.helpLabel.Size = new System.Drawing.Size(706, 32);
|
||||
this.helpLabel.TabIndex = 8;
|
||||
this.helpLabel.Text = "https://github.com/ayufan-research/SteamDeckTools";
|
||||
this.helpLabel.Text = "https://github.com/ayufan-research/steam-deck-tools";
|
||||
this.helpLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.helpLabel.DoubleClick += new System.EventHandler(this.help_DoubleClick);
|
||||
//
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ namespace FanControl
|
|||
|
||||
private void help_DoubleClick(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/SteamDeckTools");
|
||||
System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/steam-deck-tools");
|
||||
}
|
||||
|
||||
private void toolStripMenuItemAlwaysOnTop_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue