Refactor code formatting in main.js
This commit is contained in:
5
main.js
5
main.js
@@ -1048,5 +1048,8 @@ ipcMain.on('show-folder-context-menu', (event, folderPath) => {
|
|||||||
|
|
||||||
// clean up on exit
|
// clean up on exit
|
||||||
app.on('window-all-closed', () => {
|
app.on('window-all-closed', () => {
|
||||||
if (process.platform !== 'darwin') app.quit();
|
if (process.platform !== 'darwin'){
|
||||||
|
|
||||||
|
app.quit();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user