mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: switch Open back to Toggle in DalamudCommands
This commit is contained in:
parent
84d0f6564d
commit
857a693842
1 changed files with 4 additions and 4 deletions
|
|
@ -225,7 +225,7 @@ namespace Dalamud
|
||||||
|
|
||||||
private void OnOpenLog(string command, string arguments)
|
private void OnOpenLog(string command, string arguments)
|
||||||
{
|
{
|
||||||
this.dalamud.DalamudUi.OpenLog();
|
this.dalamud.DalamudUi.ToggleLog();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnDebugImInfoCommand(string command, string arguments)
|
private void OnDebugImInfoCommand(string command, string arguments)
|
||||||
|
|
@ -253,12 +253,12 @@ namespace Dalamud
|
||||||
|
|
||||||
private void OnOpenInstallerCommand(string command, string arguments)
|
private void OnOpenInstallerCommand(string command, string arguments)
|
||||||
{
|
{
|
||||||
this.dalamud.DalamudUi.OpenPluginInstaller();
|
this.dalamud.DalamudUi.TogglePluginInstaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnOpenCreditsCommand(string command, string arguments)
|
private void OnOpenCreditsCommand(string command, string arguments)
|
||||||
{
|
{
|
||||||
this.dalamud.DalamudUi.OpenCredits();
|
this.dalamud.DalamudUi.ToggleCredits();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnSetLanguageCommand(string command, string arguments)
|
private void OnSetLanguageCommand(string command, string arguments)
|
||||||
|
|
@ -285,7 +285,7 @@ namespace Dalamud
|
||||||
|
|
||||||
private void OnOpenSettingsCommand(string command, string arguments)
|
private void OnOpenSettingsCommand(string command, string arguments)
|
||||||
{
|
{
|
||||||
this.dalamud.DalamudUi.OpenSettings();
|
this.dalamud.DalamudUi.ToggleSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue