I want someone to help me out in this problem. I want to know a method which hides my application from the taskbar. I want to make an app that works in the background.
I am new to the electron, therefore I hadn't known anything about it. So, I hadn't actually tried anything out.
You can create your BrowserWindow with skipTaskbar option. See docs for further options.
let win = new BrowserWindow({
skipTaskbar: true
})
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With