This commit is contained in:
Eugene Pankov 2021-08-16 00:04:47 +02:00
parent f5f88d3d9d
commit cf6558ec6a
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -372,7 +372,7 @@ export class Window {
this.touchBarControl.segments = segments.map(s => ({
label: s.label,
icon: s.hasActivity ? activityIcon : undefined,
})
}))
this.touchBarControl.selectedIndex = selectedIndex
})