This commit is contained in:
Eugene Pankov 2022-05-21 21:22:26 -07:00
parent 12aa28e766
commit fdf9004323
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -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