mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
refactor: move Dalamud interface into a class
This commit is contained in:
parent
b37a2d1786
commit
3ee8e02f02
7 changed files with 367 additions and 329 deletions
|
|
@ -50,7 +50,7 @@ As this is a major patch and we have made several backend changes, please keep i
|
|||
ImGui.PushFont(InterfaceManager.IconFont);
|
||||
|
||||
if (ImGui.Button(FontAwesomeIcon.Download.ToIconString()))
|
||||
this.dalamud.OpenPluginInstaller();
|
||||
this.dalamud.DalamudUi.OpenPluginInstaller();
|
||||
|
||||
if (ImGui.IsItemHovered()) {
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue