diff --git a/src/main/index.js b/src/main/index.js index c258398..cf0c138 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -261,6 +261,9 @@ const createSettingWindow = () => { settingWindow.on('closed', () => { settingWindow = null + if (process.platform === 'linux') { + app.quit() + } }) createMenu() createMiniWidow()