Commit 28c1360
committed
Fix: activate handler creates window directly in development mode
ensureInitialBackendWindowOpen() has an early return when isDevelopment is true,
which is correct for the initial bootstrap path but prevents window creation when
the macOS dock icon is clicked after all windows are closed. Handle development
mode explicitly in the activate handler by calling createWindow() directly.1 parent a2f6ad2 commit 28c1360
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2022 | 2022 | | |
2023 | 2023 | | |
2024 | 2024 | | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
2025 | 2029 | | |
2026 | 2030 | | |
2027 | 2031 | | |
| |||
0 commit comments