mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: exception on app start setting window title
This commit is contained in:
@ -543,9 +543,9 @@ export default {
|
||||
|
||||
this.isTesting = false;
|
||||
},
|
||||
saveConnection () {
|
||||
async saveConnection () {
|
||||
await this.addConnection(this.connection);
|
||||
this.selectWorkspace(this.connection.uid);
|
||||
return this.addConnection(this.connection);
|
||||
},
|
||||
closeAsking () {
|
||||
this.isTesting = false;
|
||||
|
Reference in New Issue
Block a user