Skip to content

Commit f5a8f87

Browse files
committed
close on darwing too
1 parent bfb249c commit f5a8f87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

electron-ui/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ const createWindow = () => {
133133
app.on('ready', createWindow)
134134

135135
app.on('window-all-closed', () => {
136-
if (process.platform !== 'darwin') {
137-
app.quit()
138-
}
136+
app.quit()
139137
})
140138

141139
app.on('activate', () => {

0 commit comments

Comments
 (0)