You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Settings navigation, plugin-contributed sections all get the same fallback gear. ui-settings-general's navIcon() maps only the shipped ids (models, agent-presets, plugins) and returns IconSettingsOutline16 for every other id, and a registration can't supply one either.
It's a bit awkward on my app now.
Could settings.section accept an icon (a name or a component) that the shell renders instead of the gear?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In the Settings navigation, plugin-contributed sections all get the same fallback gear. ui-settings-general's
navIcon()maps only the shipped ids (models, agent-presets, plugins) and returnsIconSettingsOutline16for every other id, and a registration can't supply one either.It's a bit awkward on my app now.
Could settings.section accept an icon (a name or a component) that the shell renders instead of the gear?
All reactions