Eugene Pankov 4 years ago
parent
commit
cf6558ec6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/lib/window.ts

+ 1 - 1
app/lib/window.ts

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