remove glamourer testing warning stuff
This commit is contained in:
@@ -612,21 +612,12 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
||||
{
|
||||
apiAvailable = true;
|
||||
}
|
||||
_shownGlamourerUnavailable = _shownGlamourerUnavailable && !apiAvailable;
|
||||
return apiAvailable;
|
||||
}
|
||||
catch
|
||||
{
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user