mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
Update Mappings to Shortcuts and all links
This commit is contained in:
parent
fec7e87c21
commit
ef73516bfe
7 changed files with 11 additions and 11 deletions
|
|
@ -72,7 +72,7 @@ namespace PowerControl
|
|||
var helpItem = contextMenu.Items.Add("&Help");
|
||||
helpItem.Click += delegate
|
||||
{
|
||||
System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/steam-deck-tools");
|
||||
System.Diagnostics.Process.Start("explorer.exe", "https://steam-deck-tools.ayufan.dev");
|
||||
};
|
||||
|
||||
contextMenu.Items.Add(new ToolStripSeparator());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue