mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Fix icon for disabled mods in associated mods.
This commit is contained in:
parent
f7d775633d
commit
8201e4f886
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,7 @@ public class ModAssociationsTab
|
|||
ImGui.TableNextColumn();
|
||||
using (var font = ImRaii.PushFont(UiBuilder.IconFont))
|
||||
{
|
||||
ImGuiUtil.DrawTextButton((settings.Enabled ? FontAwesomeIcon.Check : FontAwesomeIcon.Cross).ToIconString(),
|
||||
new Vector2(ImGui.GetContentRegionAvail().X, 0), 0);
|
||||
ImGuiUtil.Center((settings.Enabled ? FontAwesomeIcon.Check : FontAwesomeIcon.Times).ToIconString());
|
||||
}
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue