Temporarily disable C+, Heels and Honorific
This commit is contained in:
@@ -718,6 +718,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
private bool CheckCustomizePlusApiInternal()
|
private bool CheckCustomizePlusApiInternal()
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var version = _customizePlusApiVersion.InvokeFunc();
|
var version = _customizePlusApiVersion.InvokeFunc();
|
||||||
@@ -775,6 +776,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
private bool CheckHeelsApiInternal()
|
private bool CheckHeelsApiInternal()
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 0 };
|
return _heelsGetApiVersion.InvokeFunc() is { Item1: 1, Item2: >= 0 };
|
||||||
@@ -787,6 +789,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
private bool CheckHonorificApiInternal()
|
private bool CheckHonorificApiInternal()
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _honorificApiVersion.InvokeFunc() is { Item1: 2, Item2: >= 0 };
|
return _honorificApiVersion.InvokeFunc() is { Item1: 2, Item2: >= 0 };
|
||||||
|
|||||||
@@ -763,7 +763,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
AttachToolTip($"Glamourer is " + (_glamourerExists ? "available and up to date." : "unavailable or not up to date."));
|
AttachToolTip($"Glamourer is " + (_glamourerExists ? "available and up to date." : "unavailable or not up to date."));
|
||||||
ImGui.Spacing();
|
ImGui.Spacing();
|
||||||
|
#if false
|
||||||
if (intro)
|
if (intro)
|
||||||
{
|
{
|
||||||
ImGui.SetWindowFontScale(0.8f);
|
ImGui.SetWindowFontScale(0.8f);
|
||||||
@@ -799,7 +799,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
AttachToolTip($"Honorific is " + (_honorificExists ? "available and up to date." : "unavailable or not up to date."));
|
AttachToolTip($"Honorific is " + (_honorificExists ? "available and up to date." : "unavailable or not up to date."));
|
||||||
ImGui.Spacing();
|
ImGui.Spacing();
|
||||||
|
#endif
|
||||||
if (!_penumbraExists || !_glamourerExists)
|
if (!_penumbraExists || !_glamourerExists)
|
||||||
{
|
{
|
||||||
ImGui.TextColored(ImGuiColors.DalamudRed, "You need to install both Penumbra and Glamourer and keep them up to date to use Loporrit.");
|
ImGui.TextColored(ImGuiColors.DalamudRed, "You need to install both Penumbra and Glamourer and keep them up to date to use Loporrit.");
|
||||||
|
|||||||
Reference in New Issue
Block a user