From 9057f446a012a4807c9cad7e5b3016124ae0dad8 Mon Sep 17 00:00:00 2001 From: dreamfly <420443292@qq.com> Date: Tue, 29 Aug 2023 18:49:36 -0500 Subject: [PATCH] Update main.js --- src/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.js b/src/main.js index 19f3428..554477f 100644 --- a/src/main.js +++ b/src/main.js @@ -85,6 +85,3 @@ app.on('window-all-closed', function () { app.quit() } }) - -// In this file you can include the rest of your app's specific main process -// code. You can also put them in separate files and require them here.