From 249f5c37fc8300bb021142bfed0b7792ccc88ffe Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:56:01 -0700 Subject: [PATCH] Keep custom titlebar in full screen mode --- ts/components/TitleBarContainer.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/ts/components/TitleBarContainer.tsx b/ts/components/TitleBarContainer.tsx index 5b7ea02e2..b5e6d145f 100644 --- a/ts/components/TitleBarContainer.tsx +++ b/ts/components/TitleBarContainer.tsx @@ -260,18 +260,16 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
{children}
- {!isFullScreen ? ( - - ) : null} +
); };