Hi! I'm trying to use node-systray library for hiding and showing terminal with the main process. Reading node docs, you can use windowsHide option on child process to hide it, and if I see it right, this is what is used to hide the terminal with child process responsible for systray. I was wondering if anyone found an easy solution to achieve that with the main process? By easy I mean a solution which does not require foreign function interface.
Hi! I'm trying to use
node-systraylibrary for hiding and showing terminal with the main process. Reading node docs, you can usewindowsHideoption on child process to hide it, and if I see it right, this is what is used to hide the terminal with child process responsible for systray. I was wondering if anyone found an easy solution to achieve that with the main process? By easy I mean a solution which does not require foreign function interface.