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.on('closed', () => {
|
||||||
settingWindow = null
|
settingWindow = null
|
||||||
|
if (process.platform === 'linux') {
|
||||||
|
app.quit()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
createMenu()
|
createMenu()
|
||||||
createMiniWidow()
|
createMiniWidow()
|
||||||
|
Loading…
Reference in New Issue
Block a user