refactor: move Dalamud interface into a class

This commit is contained in:
goat 2021-01-16 18:06:10 +01:00
parent b37a2d1786
commit 3ee8e02f02
7 changed files with 367 additions and 329 deletions

View file

@ -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();