Explorar el Código

Make the main window maintain size

Sorry it took so long
Lilith hace 2 años
padre
commit
1499c7b3dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      HuntBuddy/Windows/MainWindow.cs

+ 1 - 1
HuntBuddy/Windows/MainWindow.cs

@@ -21,7 +21,7 @@ public class MainWindow: Window {
 		ImGuiWindowFlags.NoDocking,
 		true) {
 		this.Size = new Vector2(400 * ImGui.GetIO().FontGlobalScale, 500);
-		this.SizeCondition = ImGuiCond.Once;
+		this.SizeCondition = ImGuiCond.FirstUseEver;
 	}
 
 	public override void PreOpenCheck() {