小调整
parent
46a0d786de
commit
aa019f8c9c
|
@ -484,14 +484,14 @@ try {
|
|||
// initialization and is ready to create browser windows.
|
||||
// Some APIs can only be used after this event occurs.
|
||||
app.on('ready', async () => {
|
||||
if (isDevelopment && !process.env.IS_TEST) {
|
||||
// Install Vue Devtools
|
||||
// try {
|
||||
// await installExtension(VUEJS_DEVTOOLS)
|
||||
// } catch (e) {
|
||||
// log.error('Vue Devtools failed to install:', e.toString())
|
||||
// }
|
||||
}
|
||||
// if (isDevelopment && !process.env.IS_TEST) {
|
||||
// // Install Vue Devtools
|
||||
// try {
|
||||
// await installExtension(VUEJS_DEVTOOLS)
|
||||
// } catch (e) {
|
||||
// log.error('Vue Devtools failed to install:', e.toString())
|
||||
// }
|
||||
// }
|
||||
|
||||
try {
|
||||
if (!createWindow(startHideWindow)) {
|
||||
|
|
Loading…
Reference in New Issue