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