mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 19:09:18 +01:00
Re-add ImGui.NET, add compatibility shims
This commit is contained in:
parent
b2fd7cc9e1
commit
308b9e4575
15 changed files with 173 additions and 13 deletions
|
|
@ -3885,7 +3885,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
{
|
||||
var positionOffset = ImGuiHelpers.ScaledVector2(0.0f, 1.0f);
|
||||
var cursorStart = ImGui.GetCursorPos() + positionOffset;
|
||||
ImGui.PushFont(UiBuilder.IconFont);
|
||||
ImGui.PushFont(InterfaceManager.IconFont);
|
||||
|
||||
ImGui.PushStyleColor(ImGuiCol.Text, outline);
|
||||
foreach (var x in Enumerable.Range(-1, 3))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue