Fix tab cookie
This commit is contained in:
parent
1c199f40e2
commit
f7b80b413e
4 changed files with 27 additions and 24 deletions
|
@ -16,7 +16,7 @@ class Tab extends TabRecord {
|
|||
toString() {
|
||||
let str = this.server;
|
||||
if (this.name) {
|
||||
str += `-${this.name}`;
|
||||
str += `;${this.name}`;
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue