mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:19:47 +00:00
6 lines
197 B
C#
6 lines
197 B
C#
namespace AIStudio.Components.Settings;
|
|
|
|
public partial class SettingsPanelIconFinder : SettingsPanelBase
|
|
{
|
|
protected override SettingsPanel Type => SettingsPanel.ASSISTANT_ICON_FINDER_PANEL;
|
|
} |