mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:44:14 +01:00
parent
d5068d5515
commit
f98b8af413
7 changed files with 4 additions and 111 deletions
|
|
@ -114,11 +114,9 @@ namespace MareSynchronos.UI
|
|||
{
|
||||
var penumbraExists = _ipcManager.CheckPenumbraApi();
|
||||
var glamourerExists = _ipcManager.CheckGlamourerApi();
|
||||
var heelsExists = _ipcManager.CheckHeelsApi();
|
||||
|
||||
var penumbraColor = penumbraExists ? ImGuiColors.ParsedGreen : ImGuiColors.DalamudRed;
|
||||
var glamourerColor = glamourerExists ? ImGuiColors.ParsedGreen : ImGuiColors.DalamudRed;
|
||||
var heelsColor = heelsExists ? ImGuiColors.ParsedGreen : ImGuiColors.DalamudRed;
|
||||
ImGui.Text("Penumbra:");
|
||||
ImGui.SameLine();
|
||||
ImGui.TextColored(penumbraColor, penumbraExists ? "Available" : "Unavailable");
|
||||
|
|
@ -126,11 +124,6 @@ namespace MareSynchronos.UI
|
|||
ImGui.Text("Glamourer:");
|
||||
ImGui.SameLine();
|
||||
ImGui.TextColored(glamourerColor, glamourerExists ? "Available" : "Unavailable");
|
||||
ImGui.Text("Optional Addons | ");
|
||||
ImGui.SameLine();
|
||||
ImGui.Text("Heels:");
|
||||
ImGui.SameLine();
|
||||
ImGui.TextColored(heelsColor, heelsExists ? "Available" : "Unavailable");
|
||||
|
||||
if (!penumbraExists || !glamourerExists)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue