add dashboard MoA settings controls
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
updateModels,
|
||||
} from './api';
|
||||
import { LOCALES, languageNames, type Locale, type Messages } from './i18n';
|
||||
import { MoaSettingsPanel } from './MoaSettingsPanel';
|
||||
|
||||
type AccountProvider = 'claude' | 'codex';
|
||||
|
||||
@@ -77,6 +78,8 @@ export function SettingsPanel({
|
||||
|
||||
<ModelSettings onRestartStack={onRestartStack} />
|
||||
|
||||
<MoaSettingsPanel onRestartStack={onRestartStack} />
|
||||
|
||||
<FastModeSettings />
|
||||
|
||||
<AccountSettings onRestartStack={onRestartStack} />
|
||||
|
||||
Reference in New Issue
Block a user