We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8416d4 commit 91abf22Copy full SHA for 91abf22
main.js
@@ -20,3 +20,7 @@ app.on('window-all-closed', () => {
20
app.quit()
21
}
22
})
23
+
24
+app.on('activate', () => {
25
+ initializeApp()
26
+})
0 commit comments