fix(desktop): use symbol-namespace codicon for Model settings nav

This commit is contained in:
Brooklyn Nicholson 2026-07-03 01:35:48 -05:00 committed by brooklyn!
parent 88b720ebb4
commit 7e9e13fe55

View file

@ -490,7 +490,7 @@ export const SECTIONS: DesktopConfigSection[] = [
{
id: 'model',
label: 'Model',
icon: codiconIcon('hubot'),
icon: codiconIcon('symbol-namespace'),
keys: ['model_context_length', 'fallback_providers']
},
{