From 800edfc5984463bfc584559dc2fe2122627685ef Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 5 Jan 2025 14:08:33 +0100 Subject: [PATCH] Refactored icon finder settings --- .../Components/Settings/SettingsPanelIconFinder.razor | 11 +++++++++++ .../Settings/SettingsPanelIconFinder.razor.cs | 3 +++ app/MindWork AI Studio/Pages/Settings.razor | 10 +--------- 3 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor create mode 100644 app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor.cs diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor new file mode 100644 index 00000000..76317e92 --- /dev/null +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor @@ -0,0 +1,11 @@ +@using AIStudio.Settings +@inherits SettingsPanelBase + + + + + + + + + \ No newline at end of file diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor.cs b/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor.cs new file mode 100644 index 00000000..e545163b --- /dev/null +++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelIconFinder.razor.cs @@ -0,0 +1,3 @@ +namespace AIStudio.Components.Settings; + +public partial class SettingsPanelIconFinder : SettingsPanelBase; \ No newline at end of file diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index 60f12ae7..d4708674 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -291,15 +291,7 @@ } - - - - - - - - - +