Skip to content

Commit

Permalink
fix: @input typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Jul 16, 2023
1 parent 8af3c95 commit c501f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-core/src/components/appRoot.component.pug
Original file line number Diff line number Diff line change
@@ -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'
)

Expand Down

0 comments on commit c501f54

Please sign in to comment.