Eugene Pankov 4 роки тому
батько
коміт
cf6558ec6a
1 змінених файлів з 1 додано та 1 видалено
  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
         })