mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 13:47:23 +01:00
adjust naming for heels
This commit is contained in:
parent
9d774c8134
commit
e9822b9490
3 changed files with 3 additions and 3 deletions
2
MareAPI
2
MareAPI
|
|
@ -1 +1 @@
|
|||
Subproject commit 51645cbc7913b594a2c5f4b52562396f7902f5eb
|
||||
Subproject commit a5373bca246ee3dab590a2eac68d974ba546ee8c
|
||||
|
|
@ -38,7 +38,7 @@ public class PluginWarningNotificationService
|
|||
List<string> missingPluginsForData = new();
|
||||
if (changes.Contains(PlayerChanges.Heels) && !warning.ShownHeelsWarning && !_ipcManager.CheckHeelsApi())
|
||||
{
|
||||
missingPluginsForData.Add("Heels");
|
||||
missingPluginsForData.Add("SimpleHeels");
|
||||
warning.ShownHeelsWarning = true;
|
||||
}
|
||||
if (changes.Contains(PlayerChanges.Customize) && !warning.ShownCustomizePlusWarning && !_ipcManager.CheckCustomizePlusApi())
|
||||
|
|
|
|||
|
|
@ -621,7 +621,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
ImGui.TextColored(glamourerColor, _glamourerExists ? "Available" : "Unavailable");
|
||||
ImGui.Text("Optional Addons");
|
||||
ImGui.SameLine();
|
||||
ImGui.Text("Heels:");
|
||||
ImGui.Text("SimpleHeels:");
|
||||
ImGui.SameLine();
|
||||
ImGui.TextColored(heelsColor, _heelsExists ? "Available" : "Unavailable");
|
||||
ImGui.SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue