()
| 135 | } |
| 136 | |
| 137 | export function restoreMainWindows() { |
| 138 | const ids = readWindowIDs() |
| 139 | return (ids.length ? ids : [randomUUID()]).map((id) => createMainWindow(id)) |
| 140 | } |
| 141 | |
| 142 | export function setDockIcon() { |
| 143 | if (process.platform !== "darwin") return |
no test coverage detected