Skip to content

Commit

Permalink
Add icon for the plugin's config section
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-r-m committed Feb 6, 2021
1 parent 60223fe commit 7219b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async function initSettings() {
await joplin.settings.registerSection(SECTION, {
description: 'Quick Links Plugin Settings',
label: 'Quick Links',
iconName: 'fas fa-link'
});
await joplin.settings.registerSetting(SETTING_SHOW_FOLDERS, {
public: true,
Expand Down

0 comments on commit 7219b53

Please sign in to comment.