From 7219b532319a4aca30bb85208705f941e595839b Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 6 Feb 2021 21:48:36 +0000 Subject: [PATCH] Add icon for the plugin's config section --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 31ddd60..31e45c0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,