diff --git a/Dalamud/Interface/Windowing/Window.cs b/Dalamud/Interface/Windowing/Window.cs index 98e73f6f9..81f4373de 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -20,7 +20,7 @@ namespace Dalamud.Interface.Windowing /// /// The of this window. /// Whether or not this window should be limited to the main game window. - protected Window(string name, ImGuiWindowFlags flags, bool forceMainWindow = false) + protected Window(string name, ImGuiWindowFlags flags = ImGuiWindowFlags.None, bool forceMainWindow = false) { this.WindowName = name; this.Flags = flags;