The application does not save and restore the window size when reopened from the menu bar. The window always returns to its default size instead of remembering the user's last configuration.
Steps to Reproduce:
  1. Open the application window
  2. Resize the window to a custom size
  3. Close the window
  4. Reopen the window from the menu bar
Expected Result:
The application window should open with the same size as it had when it was last closed.
Actual Result:
The application window opens with default size, ignoring the previous configuration.