Skip to content

Commit 652e8aa

Browse files
fix: nocollapse
1 parent 099f853 commit 652e8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Radar/ConfigUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Radar;
1717
public class ConfigUi : Window, IDisposable
1818
{
1919
public ConfigUi()
20-
: base("Radar##ConfigUi", ImGuiWindowFlags.AlwaysAutoResize)
20+
: base("Radar##ConfigUi", ImGuiWindowFlags.AlwaysAutoResize | ImGuiWindowFlags.NoCollapse)
2121
{
2222
SizeConstraints = new WindowSizeConstraints
2323
{

0 commit comments

Comments
 (0)