feat: use @input on titlebar component; chore: comment cleaning

This commit is contained in:
Evan / Fero
2023-07-16 11:57:19 -07:00
parent af515e01cf
commit 2fa612fe2c
5 changed files with 7 additions and 19 deletions

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()',
[class.hide-controls]='hostApp.platform !== Platform.Linux && !hostWindow.isFullscreen',
[hide-controls]='hostApp.platform !== Platform.Linux && !hostWindow.isFullscreen',
[class.inset]='hostApp.platform == Platform.macOS && !hostWindow.isFullscreen'
)