I would like to write a systray app that does not have dock presence, in other words equivalent of [`app.dock.hide()`](https://electronjs.org/docs/api/app#appdockhide-macos) in electron. Is that possible in any way ?
I would like to write a systray app that does not have dock presence, in other words equivalent of
app.dock.hide()in electron.Is that possible in any way ?