diff --git a/DesktopHandSwitch/DesktopHandSwitch.cs b/DesktopHandSwitch/DesktopHandSwitch.cs index bc75bac..e37ade2 100644 --- a/DesktopHandSwitch/DesktopHandSwitch.cs +++ b/DesktopHandSwitch/DesktopHandSwitch.cs @@ -12,6 +12,7 @@ public class DesktopHandSwitch : ResoniteMod public override string Name => "DesktopHandSwitch"; public override string Author => "TheJebForge"; public override string Version => "1.1.0"; + public override string Link => "https://github.com/TheJebForge/DesktopHandSwitch/"; [AutoRegisterConfigKey] readonly ModConfigurationKey ACTIVATION_KEY = new ModConfigurationKey("activation_key","Activation Key", () => Key.LeftAlt); @@ -84,4 +85,4 @@ static void Prefix(InteractionHandler __instance) { } } } -} \ No newline at end of file +}