Keep custom titlebar in full screen mode
This commit is contained in:
parent
e0ae5fc27c
commit
249f5c37fc
1 changed files with 10 additions and 12 deletions
|
@ -260,7 +260,6 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
|
|||
<div className="TitleBarContainer__padding" />
|
||||
<div className="TitleBarContainer__content">{children}</div>
|
||||
|
||||
{!isFullScreen ? (
|
||||
<TitleBar
|
||||
className="TitleBarContainer__title"
|
||||
platform="win32"
|
||||
|
@ -271,7 +270,6 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
|
|||
onDoubleClick={titleBarDoubleClick}
|
||||
hideControls
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue