remove glamourer testing warning stuff
This commit is contained in:
@@ -612,21 +612,12 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
apiAvailable = true;
|
apiAvailable = true;
|
||||||
}
|
}
|
||||||
_shownGlamourerUnavailable = _shownGlamourerUnavailable && !apiAvailable;
|
|
||||||
return apiAvailable;
|
return apiAvailable;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
return apiAvailable;
|
return apiAvailable;
|
||||||
}
|
}
|
||||||
finally
|
|
||||||
{
|
|
||||||
if (!apiAvailable && !_shownGlamourerUnavailable)
|
|
||||||
{
|
|
||||||
_shownGlamourerUnavailable = true;
|
|
||||||
Mediator.Publish(new NotificationMessage("Glamourer inactive", "Your Glamourer installation is not active or out of date. Update Glamourer to continue to use Mare.", NotificationType.Error));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool CheckHeelsApiInternal()
|
private bool CheckHeelsApiInternal()
|
||||||
|
|||||||
Reference in New Issue
Block a user