3 lines
91 B
JavaScript
Raw Permalink Normal View History

const { app } = require('electron');
app.on('window-all-closed', e => e.preventDefault());