mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-18 09:30:02 +00:00
lint
This commit is contained in:
parent
5d213efa73
commit
e33d01c3bf
@ -372,7 +372,7 @@ export class Window {
|
|||||||
this.touchBarControl.segments = segments.map(s => ({
|
this.touchBarControl.segments = segments.map(s => ({
|
||||||
label: s.label,
|
label: s.label,
|
||||||
icon: s.hasActivity ? activityIcon : undefined,
|
icon: s.hasActivity ? activityIcon : undefined,
|
||||||
})
|
}))
|
||||||
this.touchBarControl.selectedIndex = selectedIndex
|
this.touchBarControl.selectedIndex = selectedIndex
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user