Skip to content

Commit

Permalink
Fix toolbar preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jun 17, 2024
1 parent 7ed565b commit 112700e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/preferences/src/browser/util/preference-layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ export const DEFAULT_LAYOUT: PreferenceLayout[] = [
label: nls.localizeByDefault('Timeline'),
settings: ['timeline.*']
},
{
id: 'features.toolbar',
label: nls.localize('theia/preferences/toolbar', 'Toolbar'),
settings: ['toolbar.*']
},
{
id: 'features.notebook',
label: nls.localizeByDefault('Notebook'),
Expand Down

0 comments on commit 112700e

Please sign in to comment.