mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
remove glamourer testing warning stuff
This commit is contained in:
parent
b3ba64fbae
commit
240bcc2323
1 changed files with 0 additions and 9 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue