You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the user quits Zed and then restarts it, minimized windows are opened in unminimized state. This goes against windowing conventions on macOS. Zed should persist the minimized state per window across app quit/restart, so that the user does not have to manually reminimize windows as they work on multiple projects.
Steps to trigger the problem:
Open Zed on macOS
Open two or more windows
Minimize some windows
Quit Zed
Open Zed
Actual Behavior:
All windows, even the minimized ones, are opened in unminimized state.
Zed.mov
Expected Behavior:
Minimized windows should stay minimized, even if the user quits and then restarts the app. If all windows were minimized upon quit and no windows would be otherwise visible when the app is restarted, the last active window should be unminimized.
The text was updated successfully, but these errors were encountered:
jerryjappinen
changed the title
[macOS]: Minimized windows are no longer minimized upon restart
[macOS]: Minimized windows are no longer minimized upon app restart
Feb 2, 2025
Summary
Currently, when the user quits Zed and then restarts it, minimized windows are opened in unminimized state. This goes against windowing conventions on macOS. Zed should persist the minimized state per window across app quit/restart, so that the user does not have to manually reminimize windows as they work on multiple projects.
Steps to trigger the problem:
Actual Behavior:
All windows, even the minimized ones, are opened in unminimized state.
Zed.mov
Expected Behavior:
Minimized windows should stay minimized, even if the user quits and then restarts the app. If all windows were minimized upon quit and no windows would be otherwise visible when the app is restarted, the last active window should be unminimized.
Example from Apple Keynote:
Apple.Keynote.mov
Example from Google Chrome:
Google.Chrome.mp4
Note: This issue is not the same as #14212
Zed Version and System Specs
Zed: v0.171.6 (Zed)
OS: macOS 15.2.0
Memory: 24 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: