Skip to content

Commit

Permalink
Merge pull request #203 from Sidekick-Poe/bugfix/remove-wealth-keybind
Browse files Browse the repository at this point in the history
Removed default Wealth keybind (F7) until the wealth module is released.
  • Loading branch information
leMicin authored Jul 27, 2024
2 parents ee1d73f + d6a4b40 commit 86a912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sidekick.Modules.Wealth/StartupExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static IServiceCollection AddSidekickWealth(this IServiceCollection servi
services.AddSidekickModule(typeof(StartupExtensions).Assembly);

services.AddSingleton<WealthParser>();
services.AddSidekickKeybind<OpenWealthKeybindHandler>();
// services.AddSidekickKeybind<OpenWealthKeybindHandler>();

return services;
}
Expand Down

0 comments on commit 86a912b

Please sign in to comment.