You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
小调整。
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user