Skip to content

Commit

Permalink
Remove option from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 14, 2022
1 parent 10dc96e commit 7df9544
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/edit-post/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ export default function EditPostPreferencesModal() {
) }
label={ __( 'Reduce the interface' ) }
/>
<EnableFeature
featureName="inlineToolbar"
help={ __(
'Only show the rich text toolbar when selecting text.'
) }
label={ __( 'Inline toolbar' ) }
/>
<EnableFeature
featureName="themeStyles"
help={ __(
Expand Down

0 comments on commit 7df9544

Please sign in to comment.