mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
feat(ribbon): stop focusing book tab by default
This commit is contained in:
parent
15c593f68e
commit
7f5a1ee45a
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ export default class BookPropertiesWidget extends NoteContextAwareWidget {
|
||||||
getTitle() {
|
getTitle() {
|
||||||
return {
|
return {
|
||||||
show: this.isEnabled(),
|
show: this.isEnabled(),
|
||||||
activate: true,
|
|
||||||
title: t("book_properties.book_properties"),
|
title: t("book_properties.book_properties"),
|
||||||
icon: "bx bx-book"
|
icon: "bx bx-book"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue