fix: @input typo

This commit is contained in:
Evan / Fero 2023-07-16 13:29:50 -07:00
parent 8af3c95212
commit c501f541c8

View File

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