adjust naming for heels
This commit is contained in:
2
MareAPI
2
MareAPI
Submodule MareAPI updated: 51645cbc79...a5373bca24
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user