mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 19:09:54 +00: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({
|
const touchBar = new this.electron.TouchBar({
|
||||||
items: [
|
items: [
|
||||||
this.tabsSegmentedControl,
|
this.tabsSegmentedControl,
|
||||||
new this.electron.TouchBar.TouchBarSpacer({ size: 'flexible' }),
|
// new this.electron.TouchBar.TouchBarSpacer({ size: 'flexible' }),
|
||||||
new this.electron.TouchBar.TouchBarSpacer({ size: 'small' }),
|
// new this.electron.TouchBar.TouchBarSpacer({ size: 'small' }),
|
||||||
this.buttonsSegmentedControl,
|
// this.buttonsSegmentedControl,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
this.hostApp.setTouchBar(touchBar)
|
this.hostApp.setTouchBar(touchBar)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user