mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
fix: use correct installer group IDs
This commit is contained in:
parent
b7eb0f122c
commit
9187a100da
3 changed files with 14 additions and 9 deletions
|
|
@ -222,10 +222,10 @@ internal sealed unsafe partial class DalamudAtkTweaks : IServiceType
|
|||
switch (commandId)
|
||||
{
|
||||
case 69420:
|
||||
dalamudInterface?.TogglePluginInstallerWindowTo(this.configuration.PluginInstallerOpen);
|
||||
dalamudInterface?.OpenPluginInstaller();
|
||||
break;
|
||||
case 69421:
|
||||
dalamudInterface?.ToggleSettingsWindow();
|
||||
dalamudInterface?.OpenSettings();
|
||||
break;
|
||||
default:
|
||||
this.hookUiModuleRequestMainCommand.Original(thisPtr, commandId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue