mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
Fixed: linux version quit bug
This commit is contained in:
parent
353f553988
commit
8bc0aef482
@ -261,6 +261,9 @@ const createSettingWindow = () => {
|
||||
|
||||
settingWindow.on('closed', () => {
|
||||
settingWindow = null
|
||||
if (process.platform === 'linux') {
|
||||
app.quit()
|
||||
}
|
||||
})
|
||||
createMenu()
|
||||
createMiniWidow()
|
||||
|
Loading…
Reference in New Issue
Block a user