Skip to main content

All Questions

Tagged with
5 votes
1 answer
2k views

Mac application asking for accessibility permission repeatedly

I have created a Mac application written in electron-vue. It requires keyboard access and screen recording access. Ideally, when I give permission it should start working immediately. But my app ...
Pramod's user avatar
  • 806
7 votes
3 answers
11k views

How to get the tray icon scale correctly in macos electron?

I've tried 32x32, 64x64, and I've tried to use Photoshop to edit another app's icon into my icon to keep its size but it never works with me. It seems that my icon is double-sized and I can't get the ...
Yuxuan Lu's user avatar
  • 356
2 votes
1 answer
740 views

How to natively show the Save Changes Dialog when closing an Electron app?

Im creating an Electron app. I save the user progress in a file. I want the app to show the usual 'Save changes before closing' when the user has not saved and tries to close the App. I could show a ...
David Cruz's user avatar
  • 3,015