Temporarily disable C+, Heels and Honorific

This commit is contained in:
Loporrit
2024-07-16 23:15:10 +00:00
parent 005f57c3e9
commit cff59d1900
2 changed files with 5 additions and 2 deletions

View File

@@ -763,7 +763,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
ImGui.SameLine();
AttachToolTip($"Glamourer is " + (_glamourerExists ? "available and up to date." : "unavailable or not up to date."));
ImGui.Spacing();
#if false
if (intro)
{
ImGui.SetWindowFontScale(0.8f);
@@ -799,7 +799,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
ImGui.SameLine();
AttachToolTip($"Honorific is " + (_honorificExists ? "available and up to date." : "unavailable or not up to date."));
ImGui.Spacing();
#endif
if (!_penumbraExists || !_glamourerExists)
{
ImGui.TextColored(ImGuiColors.DalamudRed, "You need to install both Penumbra and Glamourer and keep them up to date to use Loporrit.");