Desktop: Hide menu bar in fullscreen mode on Mac (#3464)

hide menu bar in fullscreen mode on mac
This commit is contained in:
Timon
2025-12-12 13:09:31 +00:00
committed by GitHub
parent 6d852f11af
commit 7532bd7260
8 changed files with 94 additions and 36 deletions

View File

@@ -18,7 +18,9 @@
</script>
<LayoutCol class="main-window" classes={{ "viewport-hole-punch": $appWindow.viewportHolePunch }}>
<TitleBar />
{#if !($appWindow.platform == "Mac" && $appWindow.fullscreen)}
<TitleBar />
{/if}
<Workspace />
<StatusBar />
{#if $dialog.visible}