mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 00:55:16 -07:00
447 B
447 B
type: fixed area: updater
- macOS update dialogs triggered by
subminer -unow reliably appear in the foreground. SubMiner now shows the dock icon and activates itself viaosascript(LaunchServices) before opening the modal alert;app.focus({ steal: true })alone was unreliable when SubMiner was reached through single-instance forwarding from the CLI-spawned child, leaving the dialog stranded behind other apps with a bouncing dock icon.