Desktop: Give plugin config section without an icon, a default icon

pull/4492/head
Laurent Cozic 2021-02-07 12:59:58 +00:00
parent 414b3636d9
commit 6dcb145732
1 changed files with 1 additions and 1 deletions

View File

@ -1675,7 +1675,7 @@ class Setting extends BaseModel {
if (this.customSections_[name] && this.customSections_[name].iconName) return this.customSections_[name].iconName;
return name;
return 'fas fa-cog';
}
static appTypeToLabel(name: string) {