mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-07 16:50:10 +08:00
🐛 Fix(custom): fix titlebar in macos
This commit is contained in:
@@ -151,7 +151,7 @@ updater.autoUpdater.on('update-downloaded', () => {
|
||||
})
|
||||
|
||||
updater.autoUpdater.on('error', err => {
|
||||
console.log(err)
|
||||
logger.error(err)
|
||||
})
|
||||
|
||||
class LifeCycle {
|
||||
@@ -175,7 +175,7 @@ class LifeCycle {
|
||||
const readyFunction = async () => {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
installExtension(VUEJS_DEVTOOLS).catch(err => {
|
||||
console.log('An error occurred: ', err)
|
||||
logger.error('An error occurred: ', err)
|
||||
})
|
||||
}
|
||||
windowManager.create(IWindowList.TRAY_WINDOW)
|
||||
|
||||
Reference in New Issue
Block a user