From fdf900432338bc00ce24d23e5541a566c74b20bb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 21 May 2022 21:22:26 -0700 Subject: [PATCH] fixed #6430 --- tabby-core/src/services/profiles.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/services/profiles.service.ts b/tabby-core/src/services/profiles.service.ts index e7f5655a..58c78369 100644 --- a/tabby-core/src/services/profiles.service.ts +++ b/tabby-core/src/services/profiles.service.ts @@ -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