mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
feat(touchbar): add spacer
This commit is contained in:
parent
904e8f724d
commit
ce86a2b077
@ -81,6 +81,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget {
|
|||||||
}),
|
}),
|
||||||
new TouchBarSpacer({ size: "large" }),
|
new TouchBarSpacer({ size: "large" }),
|
||||||
...componentSpecificItems,
|
...componentSpecificItems,
|
||||||
|
new TouchBarSpacer({ size: "flexible" }),
|
||||||
new TouchBarOtherItemsProxy(),
|
new TouchBarOtherItemsProxy(),
|
||||||
new TouchBarButton({
|
new TouchBarButton({
|
||||||
icon: this.buildIcon("NSTouchBarAddDetailTemplate"),
|
icon: this.buildIcon("NSTouchBarAddDetailTemplate"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user