mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
fixed #6430
This commit is contained in:
parent
12aa28e766
commit
fdf9004323
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export class ProfilesService {
|
|||
group: this.translate.instant('Recent'),
|
||||
icon: 'fas fa-history',
|
||||
color: p.color,
|
||||
weight: -1,
|
||||
weight: -2,
|
||||
callback: async () => {
|
||||
if (p.id) {
|
||||
p = (await this.getProfiles()).find(x => x.id === p.id) ?? p
|
||||
|
|
Loading…
Reference in a new issue