小调整

master
王良 2025-02-11 15:10:26 +08:00
parent 46a0d786de
commit aa019f8c9c
1 changed files with 8 additions and 8 deletions

View File

@ -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)) {