mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
do not allow to open main ui without finishing setup
This commit is contained in:
parent
6e33d5c5b4
commit
58276e985d
2 changed files with 9 additions and 2 deletions
|
|
@ -90,6 +90,7 @@ public sealed class UiService : DisposableMediatorSubscriberBase
|
|||
|
||||
_dalamudPluginInterface.UiBuilder.Draw -= Draw;
|
||||
_dalamudPluginInterface.UiBuilder.OpenConfigUi -= ToggleUi;
|
||||
_dalamudPluginInterface.UiBuilder.OpenMainUi -= ToggleMainUi;
|
||||
}
|
||||
|
||||
private void Draw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue