diff --git a/OBSBlur/Window/WindowInfo.cs b/OBSBlur/Window/WindowInfo.cs index eaf8baa..9b674fc 100644 --- a/OBSBlur/Window/WindowInfo.cs +++ b/OBSBlur/Window/WindowInfo.cs @@ -31,6 +31,7 @@ public struct WindowInfo return WindowHandle == other.WindowHandle && IsVisible == other.IsVisible && WindowCommands == other.WindowCommands && + WindowRectangle == other.WindowRectangle && WindowTitle.Equals(other.WindowTitle) && ProcessInfo.ProcessName.Equals(other.ProcessInfo.ProcessName) && ProcessInfo.Id == other.ProcessInfo.Id;