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:
parent
4779c41f48
commit
26429bf209
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user