mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
use penumbra ipc for getting character data
This commit is contained in:
parent
f371df7aa1
commit
61a2fe9168
9 changed files with 42 additions and 295 deletions
|
|
@ -632,7 +632,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.SameLine();
|
||||
ImGui.Text("Glamourer");
|
||||
ImGui.SameLine();
|
||||
FontText(_glamourerExists ? check : cross, UiBuilder.IconFont, penumbraColor);
|
||||
FontText(_glamourerExists ? check : cross, UiBuilder.IconFont, glamourerColor);
|
||||
ImGui.SameLine();
|
||||
AttachToolTip($"Glamourer is " + (_glamourerExists ? "available and up to date." : "unavailable or not up to date."));
|
||||
ImGui.Spacing();
|
||||
|
|
@ -641,7 +641,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.SameLine();
|
||||
ImGui.Text("SimpleHeels");
|
||||
ImGui.SameLine();
|
||||
FontText(_heelsExists ? check : cross, UiBuilder.IconFont, penumbraColor);
|
||||
FontText(_heelsExists ? check : cross, UiBuilder.IconFont, heelsColor);
|
||||
ImGui.SameLine();
|
||||
AttachToolTip($"SimpleHeels is " + (_heelsExists ? "available and up to date." : "unavailable or not up to date."));
|
||||
ImGui.Spacing();
|
||||
|
|
@ -649,7 +649,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.SameLine();
|
||||
ImGui.Text("Customize+");
|
||||
ImGui.SameLine();
|
||||
FontText(_customizePlusExists ? check : cross, UiBuilder.IconFont, penumbraColor);
|
||||
FontText(_customizePlusExists ? check : cross, UiBuilder.IconFont, customizeColor);
|
||||
ImGui.SameLine();
|
||||
AttachToolTip($"Customize+ is " + (_customizePlusExists ? "available and up to date." : "unavailable or not up to date."));
|
||||
ImGui.Spacing();
|
||||
|
|
@ -657,7 +657,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.SameLine();
|
||||
ImGui.Text("Palette+");
|
||||
ImGui.SameLine();
|
||||
FontText(_palettePlusExists ? check : cross, UiBuilder.IconFont, penumbraColor);
|
||||
FontText(_palettePlusExists ? check : cross, UiBuilder.IconFont, paletteColor);
|
||||
ImGui.SameLine();
|
||||
AttachToolTip($"Palette+ is " + (_palettePlusExists ? "available and up to date." : "unavailable or not up to date."));
|
||||
ImGui.Spacing();
|
||||
|
|
@ -665,7 +665,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.SameLine();
|
||||
ImGui.Text("Honorific");
|
||||
ImGui.SameLine();
|
||||
FontText(_honorificExists ? check : cross, UiBuilder.IconFont, penumbraColor);
|
||||
FontText(_honorificExists ? check : cross, UiBuilder.IconFont, honorificColor);
|
||||
ImGui.SameLine();
|
||||
AttachToolTip($"Honorific is " + (_honorificExists ? "available and up to date." : "unavailable or not up to date."));
|
||||
ImGui.Spacing();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue