Add native titlebar & fix app restart for AppImages

This commit is contained in:
Gelaechter 2023-05-24 17:35:04 +02:00 committed by Jeff
parent d055ae89e0
commit a878875f83
12 changed files with 82 additions and 23 deletions

View file

@ -138,7 +138,9 @@ const HomeRoute = () => {
<Box
ref={cq.ref}
mb="5rem"
pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'}
pt={
windowBarStyle === Platform.WEB || windowBarStyle === Platform.LINUX ? '5rem' : '3rem'
}
px="2rem"
>
<Stack spacing="lg">