mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:24:15 +01:00
improve logging/error display for lack of penumbra or glamourer
This commit is contained in:
parent
0c47bf8ccd
commit
c67add20d6
7 changed files with 60 additions and 10 deletions
|
|
@ -90,6 +90,8 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa
|
|||
{
|
||||
_penumbraRedraw.Invoke(msg.Character.ObjectIndex, RedrawType.AfterGPose);
|
||||
});
|
||||
|
||||
Mediator.Subscribe<DalamudLoginMessage>(this, (msg) => _shownPenumbraUnavailable = false);
|
||||
}
|
||||
|
||||
public bool APIAvailable { get; private set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue