diff --git a/Dalamud/Interface/Windowing/Window.cs b/Dalamud/Interface/Windowing/Window.cs index f7de28fd6..a3a945788 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -34,7 +34,7 @@ namespace Dalamud.Interface.Windowing /// /// Gets or sets the namespace of the window. /// - public string Namespace { get; set; } + public string? Namespace { get; set; } /// /// Gets or sets the name of the window.