Hi @karaggeorge
Thank you for the package.
I have an issue with cancel(). It never called.
const process = selectWindow().then(console.log);
process.cancel();
Promise resolves only when the window is selected.
I'm on MacOS 13.3.1 with M1. Electron v24.1.2
Hi @karaggeorge
Thank you for the package.
I have an issue with
cancel(). It never called.Promise resolves only when the window is selected.
I'm on MacOS 13.3.1 with M1. Electron v24.1.2