Already possible on OS X, but I'm open to adding a CLI flag for it on Linux, but not interested in any GUI options. PR welcome :)
Yes, even a CLI flag would be fine for me because I can at least put that flag in the startup command to minimize it to tray. Better than nothing if you aren't wanting to add it to the preferences.
Why is this closed? The option can still only start Caprine minimized to the taskbar, not to the tray.
This is also mentioned in #60
I'm no Electron expert, but trying to judge from the diff in #126, I'd say you only have to skip calling .show(). Both features may be useful, but since we have a tray icon, that cannot be turned off, it's probably best to minimize to tray, which actually means not showing the window at all.
What do you think? Do you have anything serious against this approach?
Yeah, minimizing to tray makes more sense on Windows/Linux.
Most helpful comment
Already possible on OS X, but I'm open to adding a CLI flag for it on Linux, but not interested in any GUI options. PR welcome :)