mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
feat: allow configuring the default page the installer opens to
This commit is contained in:
parent
9850ac3f15
commit
9875a7ea31
11 changed files with 98 additions and 43 deletions
|
|
@ -1242,7 +1242,8 @@ internal class InterfaceManager : IDisposable, IServiceType
|
|||
|
||||
if (gamepadState.Pressed(GamepadButtons.R3) > 0)
|
||||
{
|
||||
dalamudInterface.TogglePluginInstallerWindow();
|
||||
var configuration = Service<DalamudConfiguration>.Get();
|
||||
dalamudInterface.TogglePluginInstallerWindowTo(configuration.PluginInstallerOpen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue