Kenneth
Kenneth
As the name says, meny will stay in always open state or always close state. can revert state by using stayOpen(false) or stayClose(false).
**What version of WebTorrent Desktop?** (See the 'About WebTorrent' menu) 0.19.0 (0.98.21) **What operating system and version?** Windows 7 (64-bit) **What did you do?** Click on the Cast button on...
## Description I have a worker in a separate process (sanboxed). ``` const worker = path.resolve(__dirname, 'worker.js'); queue.process(2, worker); ``` But whenever this worker terminates or force killed like a...
I think the correct word should be `Built-int` and not `Build-in`
I've been pulling my hair out with this problem. The getInitialNotification event always gets the previous notification whenever you tap a notification from a tray. For both background and not...
The `createRoutine` does it job to handle `payloadCreator`. Pretty much what I need to customize the given payload being pass. But once you wrapped the routine with `promisifyRoutine` and make...