From 248dbd7700ba4ab80b98dfb634fc08593f3dd441 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Sat, 19 Jul 2025 13:36:59 +0200 Subject: [PATCH] feat: add settings to change the file explorer icon position --- components/SettingsUI.tsx/UISettings.tsx | 18 ++++++++++++++++++ .../file-explorer-integration.tsx | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/components/SettingsUI.tsx/UISettings.tsx b/components/SettingsUI.tsx/UISettings.tsx index ceaf2a9..0918c3c 100644 --- a/components/SettingsUI.tsx/UISettings.tsx +++ b/components/SettingsUI.tsx/UISettings.tsx @@ -1,5 +1,6 @@ import { PluginSettings } from "@/types/pluginSettings"; import React from "react"; +import { Select } from "../atoms/Select"; import { SettingItem } from "./SettingItem"; export type Props = { @@ -51,6 +52,23 @@ export const UISettings: React.FC = ({ settings, onChange }) => { /> + +