mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Replace manage mods button with title screen menu
This commit is contained in:
parent
40bb7567dd
commit
b6817c47ed
6 changed files with 65 additions and 88 deletions
|
|
@ -34,6 +34,7 @@ namespace Penumbra.UI
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
_manageModsButton.Dispose();
|
||||
_menu.InstalledTab.Selector.Cache.Dispose();
|
||||
Dalamud.PluginInterface.UiBuilder.Draw -= Draw;
|
||||
Dalamud.PluginInterface.UiBuilder.OpenConfigUi -= OpenConfig;
|
||||
|
|
@ -51,7 +52,6 @@ namespace Penumbra.UI
|
|||
public void Draw()
|
||||
{
|
||||
_menuBar.Draw();
|
||||
_manageModsButton.Draw();
|
||||
_menu.Draw();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue