feat(touchbar): add spacer

This commit is contained in:
Elian Doran 2025-04-13 20:10:16 +03:00
parent 904e8f724d
commit ce86a2b077
No known key found for this signature in database

View File

@ -81,6 +81,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget {
}),
new TouchBarSpacer({ size: "large" }),
...componentSpecificItems,
new TouchBarSpacer({ size: "flexible" }),
new TouchBarOtherItemsProxy(),
new TouchBarButton({
icon: this.buildIcon("NSTouchBarAddDetailTemplate"),