Skip to content

Commit

Permalink
tweak button/menu entry of playground
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Aug 31, 2024
1 parent b4d61e9 commit cfcf6bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/plugins/plugin-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,12 +600,13 @@ export var PluginEditor = function ({
name: 'Playground',
attachTo: app.settings.developmentModeEnabled() ? 'appHeader' : 'fileMenuDropdown',
onClick: 'onOpenPluginEditor()',
className: 'item',
id: 'pluginEditorButton',
iconName: 'javascript',
...(app.settings.developmentModeEnabled() ? {
className: 'bbcode-button',
style: 'padding: 0 10px; margin-top: 3px',
as: 'div',
id: 'pluginEditorButton'
} : {})
});
});
Expand Down

0 comments on commit cfcf6bb

Please sign in to comment.