mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +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;
|
var isOpen = true;
|
||||||
|
|
||||||
if (!ImGui.Begin("Dalamud Data", ref isOpen, ImGuiWindowFlags.NoCollapse)) {
|
if (!ImGui.Begin("Dalamud Data", ref isOpen)) {
|
||||||
ImGui.End();
|
ImGui.End();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue