Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DesktopHandSwitch/DesktopHandSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Key> ACTIVATION_KEY = new ModConfigurationKey<Key>("activation_key","Activation Key", () => Key.LeftAlt);
Expand Down Expand Up @@ -84,4 +85,4 @@ static void Prefix(InteractionHandler __instance) {
}
}
}
}
}