From 8c0ce05133e9c41d8aabd6da6792f6e9a2331ed5 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sun, 17 Jul 2022 08:13:51 +0200 Subject: [PATCH] Hide settings icon --- src/panelWebView/components/OtherActions.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panelWebView/components/OtherActions.tsx b/src/panelWebView/components/OtherActions.tsx index 9d2e10f5..f241f6e8 100644 --- a/src/panelWebView/components/OtherActions.tsx +++ b/src/panelWebView/components/OtherActions.tsx @@ -6,7 +6,6 @@ import { BugIcon } from './Icons/BugIcon'; import { CenterIcon } from './Icons/CenterIcon'; import { FileIcon } from './Icons/FileIcon'; import { FolderOpenedIcon } from './Icons/FolderOpenedIcon'; -import { SettingsIcon } from './Icons/SettingsIcon'; import { TemplateIcon } from './Icons/TemplateIcon'; import { WritingIcon } from './Icons/WritingIcon'; import { OtherActionButton } from './OtherActionButton';