mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
feat: add automatic UI hiding to GameGui, UiBuilder
This commit is contained in:
parent
b7e36fb2e6
commit
5f9efaaea0
5 changed files with 52 additions and 5 deletions
|
|
@ -378,6 +378,9 @@ namespace Dalamud {
|
|||
}
|
||||
}
|
||||
|
||||
if (this.Framework.Gui.GameUiHidden)
|
||||
return;
|
||||
|
||||
if (this.isImguiDrawLogWindow)
|
||||
{
|
||||
this.isImguiDrawLogWindow = this.logWindow != null && this.logWindow.Draw();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue