mirror of https://github.com/laurent22/joplin.git
Desktop: Give plugin config section without an icon, a default icon
parent
414b3636d9
commit
6dcb145732
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue