1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-07 21:38:58 +02:00

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

This commit is contained in:
Laurent Cozic 2021-02-07 12:59:58 +00:00
parent 414b3636d9
commit 6dcb145732

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) {