2025-01-05 14:11:15 +00:00
|
|
|
namespace AIStudio.Components.Settings;
|
|
|
|
|
2025-03-07 18:18:23 +00:00
|
|
|
public partial class SettingsPanelGrammarSpelling : SettingsPanelBase
|
|
|
|
{
|
|
|
|
protected override SettingsPanel Type => SettingsPanel.ASSISTANT_GRAMMAR_SPELLING_PANEL;
|
|
|
|
}
|