小调整。

This commit is contained in:
王良
2024-02-22 01:58:11 +08:00
parent 092696d2de
commit 129da218f6
6 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ export default {
},
methods: {
async openExternal (url) {
this.$api.ipc.openExternal(url)
await this.$api.ipc.openExternal(url)
},
onAutoStartChange () {
this.$api.autoStart.enabled(this.config.app.autoStart.enabled)