terminal: fix app restart

This commit is contained in:
Johannes Zellner
2023-09-12 18:03:00 +02:00
parent 964dc990a6
commit 8874ef1184
-4
View File
@@ -210,12 +210,8 @@ export default {
this.$refs.schedulerMenu.toggle(event);
},
async onRestartApp() {
if (this.type !== 'app') return;
this.busyRestart = true;
await this.appModel.restart();
this.busyRestart = false;
},
async connect(retry = false) {