mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
client: Activate ribbon toolbar by default
This commit is contained in:
parent
48bc9204ac
commit
dd6e762dab
@ -19,6 +19,7 @@ export default class ClassicEditorToolbar extends NoteContextAwareWidget {
|
|||||||
getTitle(note) {
|
getTitle(note) {
|
||||||
return {
|
return {
|
||||||
show: true,
|
show: true,
|
||||||
|
activate: true,
|
||||||
title: "Editor toolbar",
|
title: "Editor toolbar",
|
||||||
icon: "bx bx-edit-alt"
|
icon: "bx bx-edit-alt"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user