참고소스 수정본
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const { app } = require('electron');
|
||||
|
||||
app.on('window-all-closed', e => e.preventDefault());
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
const { app } = require('electron');
|
||||
|
||||
app.on('window-all-closed', e => e.preventDefault());
|
||||