terminal: fix app restart
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user