mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: allow DalamudDataWindow to collapse
This commit is contained in:
parent
1b216bf618
commit
7fb01b547f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace Dalamud.Interface
|
|||
|
||||
var isOpen = true;
|
||||
|
||||
if (!ImGui.Begin("Dalamud Data", ref isOpen, ImGuiWindowFlags.NoCollapse)) {
|
||||
if (!ImGui.Begin("Dalamud Data", ref isOpen)) {
|
||||
ImGui.End();
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue