Removed unused allow_html_editor_biti_buttons config option

This commit is contained in:
the-djmaze 2023-02-21 09:07:11 +01:00
parent 8b70fee072
commit 618333e257
3 changed files with 0 additions and 7 deletions

View file

@ -283,11 +283,6 @@ class SquireUI
toolbar.className = 'squire-toolbar btn-toolbar';
let group, action/*, touchTap*/;
for (group in actions) {
/*
if ('bidi' == group && !rl.settings.app('allowHtmlEditorBitiButtons')) {
continue;
}
*/
let toolgroup = createElement('div');
toolgroup.className = 'btn-group';
toolgroup.id = 'squire-toolgroup-'+group;