feat: allow configuring the default page the installer opens to

This commit is contained in:
goat 2023-10-25 17:32:42 +02:00
parent 9850ac3f15
commit 9875a7ea31
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
11 changed files with 98 additions and 43 deletions

View file

@ -222,7 +222,7 @@ internal sealed unsafe partial class DalamudAtkTweaks : IServiceType
switch (commandId)
{
case 69420:
dalamudInterface?.TogglePluginInstallerWindow();
dalamudInterface?.TogglePluginInstallerWindowTo(this.configuration.PluginInstallerOpen);
break;
case 69421:
dalamudInterface?.ToggleSettingsWindow();