diff --git a/packages/gui/src/background.js b/packages/gui/src/background.js
index 16a08e49..d2a70aeb 100644
--- a/packages/gui/src/background.js
+++ b/packages/gui/src/background.js
@@ -179,7 +179,7 @@ function createWindow (startHideWindow) {
// preload: path.join(__dirname, 'preload.js'),
// Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
- nodeIntegration: true// process.env.ELECTRON_NODE_INTEGRATION
+ nodeIntegration: true // process.env.ELECTRON_NODE_INTEGRATION
},
show: !startHideWindow,
icon: path.join(__static, 'icon.png')
diff --git a/packages/gui/src/background/powerMonitor.js b/packages/gui/src/background/powerMonitor.js
index 5c20fcab..3431fe62 100644
--- a/packages/gui/src/background/powerMonitor.js
+++ b/packages/gui/src/background/powerMonitor.js
@@ -43,7 +43,7 @@ class PowerMonitor {
if (event === 'shutdown' && process.platform === 'win32') {
if (!this._shutdownCallback) {
this._shutdownCallback = async () => {
- await Promise.all(this._listeners.map((fn) => fn()))
+ await Promise.all(this._listeners.map(fn => fn()))
releaseShutdownBlock()
}
insertWndProcHook(this._shutdownCallback)
@@ -57,7 +57,7 @@ class PowerMonitor {
off (event, listener) {
if (event === 'shutdown' && process.platform === 'win32') {
- this._listeners = this._listeners.filter((fn) => fn !== listener)
+ this._listeners = this._listeners.filter(fn => fn !== listener)
} else {
return _powerMonitor.off(event, listener)
}
diff --git a/packages/gui/src/view/App.vue b/packages/gui/src/view/App.vue
index 2905e371..f97518b2 100644
--- a/packages/gui/src/view/App.vue
+++ b/packages/gui/src/view/App.vue
@@ -1,49 +1,7 @@
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
- {{ sub.title }}
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+ {{ sub.title }}
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+