Add context menu #16

Merged
ishan-karmakar merged 5 commits from add-context-menu into main 2026-06-01 22:56:04 +00:00
Showing only changes of commit a7d40d293c - Show all commits
+2
View File
@@ -24,6 +24,8 @@ app.on('window-all-closed', () => {
}
});
app.on('before-quit', disconnect);
app.on('activate', () => {
// On OS X it's common to re-create a window in the app when the
// dock icon is clicked and there are no other windows open.