TF-3479 Add hide button for composer

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-03 16:01:01 +07:00
committed by Dat H. Pham
parent 5f461c07ff
commit 7f1fee0211
11 changed files with 79 additions and 16 deletions
@@ -4,4 +4,6 @@ enum ScreenDisplayMode {
minimize,
normal,
hidden;
bool isNotContentVisible() => this == minimize || this == hidden;
}