feat: toggle instead of open in system menu

This commit is contained in:
Aireil 2021-04-29 05:37:45 +02:00
parent e84cd7f0be
commit 48ad5660d3

View file

@ -140,11 +140,11 @@ namespace Dalamud.Game.Addon
{ {
if (commandId == 69420) if (commandId == 69420)
{ {
this.dalamud.DalamudUi.OpenPluginInstaller(); this.dalamud.DalamudUi.TogglePluginInstaller();
} }
else if (commandId == 69421) else if (commandId == 69421)
{ {
this.dalamud.DalamudUi.OpenSettings(); this.dalamud.DalamudUi.ToggleSettings();
} }
else else
{ {