From c501f541c8dd03465de6404c495980bcfcbaf6c1 Mon Sep 17 00:00:00 2001 From: Evan / Fero Date: Sun, 16 Jul 2023 13:29:50 -0700 Subject: [PATCH] fix: @input typo --- tabby-core/src/components/appRoot.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 8087fcf8d..ae7ffc3c3 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -1,7 +1,7 @@ title-bar( *ngIf='ready && !hostWindow.isFullscreen && config.store.appearance.frame == "full" && config.store.appearance.dock == "off"', (dblclick)='hostWindow.toggleMaximize()', - [hide-controls]='hostApp.platform !== Platform.Linux && !hostWindow.isFullscreen', + [hideControls]='hostApp.platform !== Platform.Linux && !hostWindow.isFullscreen', [class.inset]='hostApp.platform == Platform.macOS && !hostWindow.isFullscreen' )