mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
feat(touch_bar): jump to note
This commit is contained in:
@@ -57,7 +57,7 @@ export default class TouchBarWidget extends Component {
|
||||
icon: this.#buildIcon("NSTouchBarComposeTemplate"),
|
||||
click: () => this.triggerCommand("createNoteIntoInbox")
|
||||
}),
|
||||
new TouchBarSpacer({ }),
|
||||
new TouchBarSpacer({ size: "flexible" }),
|
||||
new TouchBarGroup({
|
||||
items: new TouchBar({
|
||||
items: [
|
||||
@@ -75,6 +75,11 @@ export default class TouchBarWidget extends Component {
|
||||
})
|
||||
]
|
||||
})
|
||||
}),
|
||||
new TouchBarSpacer({ size: "flexible" }),
|
||||
new TouchBarButton({
|
||||
icon: this.#buildIcon("NSTouchBarAddDetailTemplate"),
|
||||
click: () => this.triggerCommand("jumpToNote")
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user