1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 18:44:20 +03:00

removed toolbar buttons from touchbar

This commit is contained in:
Eugene Pankov 2021-02-13 13:25:46 +01:00
parent 4779c41f48
commit 26429bf209
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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)