mirror of https://github.com/laurent22/joplin.git
Desktop: Accessibility: Fix unlabelled toolbar button in the Rich Text Editor (#11655)
parent
64c14fe76f
commit
c357b77a48
|
@ -67,6 +67,7 @@ export default function(editor: any) {
|
||||||
|
|
||||||
editor.ui.registry.addGroupToolbarButton('formattingExtras', {
|
editor.ui.registry.addGroupToolbarButton('formattingExtras', {
|
||||||
icon: 'image-options',
|
icon: 'image-options',
|
||||||
|
tooltip: _('Formatting'),
|
||||||
items: items.join(' '),
|
items: items.join(' '),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue