From cf6558ec6aeb55917d4bbb535fddeb9b91708aa1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 16 Aug 2021 00:04:47 +0200 Subject: [PATCH] lint --- app/lib/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/window.ts b/app/lib/window.ts index c7600923..502fc772 100644 --- a/app/lib/window.ts +++ b/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 }) -- GitLab