diff --git a/terminus-core/src/services/touchbar.service.ts b/terminus-core/src/services/touchbar.service.ts index 40162efa..5bd72c74 100644 --- a/terminus-core/src/services/touchbar.service.ts +++ b/terminus-core/src/services/touchbar.service.ts @@ -94,9 +94,9 @@ export class TouchbarService { const touchBar = new this.electron.TouchBar({ items: [ this.tabsSegmentedControl, - new this.electron.TouchBar.TouchBarSpacer({ size: 'flexible' }), - new this.electron.TouchBar.TouchBarSpacer({ size: 'small' }), - this.buttonsSegmentedControl, + // new this.electron.TouchBar.TouchBarSpacer({ size: 'flexible' }), + // new this.electron.TouchBar.TouchBarSpacer({ size: 'small' }), + // this.buttonsSegmentedControl, ], }) this.hostApp.setTouchBar(touchBar)