v0.4.10
Closing the window only hides it (prevent_close + hide), but the app called Builder::run with no RunEvent handler, so clicking the dock icon when no window was visible did nothing. Switch to build().run() and handle the macOS Reopen event by showing/focusing the main window.