mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
feat: toggle instead of open in system menu
This commit is contained in:
parent
e84cd7f0be
commit
48ad5660d3
1 changed files with 2 additions and 2 deletions
|
|
@ -140,11 +140,11 @@ namespace Dalamud.Game.Addon
|
|||
{
|
||||
if (commandId == 69420)
|
||||
{
|
||||
this.dalamud.DalamudUi.OpenPluginInstaller();
|
||||
this.dalamud.DalamudUi.TogglePluginInstaller();
|
||||
}
|
||||
else if (commandId == 69421)
|
||||
{
|
||||
this.dalamud.DalamudUi.OpenSettings();
|
||||
this.dalamud.DalamudUi.ToggleSettings();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue