mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +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)
|
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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue