timeout
配置keepAliveTimeout
配置
diff --git a/packages/gui/src/view/pages/setting.vue b/packages/gui/src/view/pages/setting.vue
index 97f6e33..6cdc518 100644
--- a/packages/gui/src/view/pages/setting.vue
+++ b/packages/gui/src/view/pages/setting.vue
@@ -20,10 +20,6 @@ export default {
this.urlBackup = config.app.remoteConfig.url
this.personalUrlBackup = config.app.remoteConfig.personalUrl
},
- async openLog () {
- const dir = await this.$api.info.getConfigDir()
- this.$api.ipc.openPath(`${dir}/logs/`)
- },
getEventKey (event) {
// 忽略以下键
switch (event.key) {
@@ -315,6 +311,9 @@ export default {