summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/desktop/src')
-rw-r--r--packages/desktop/src/index.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/desktop/src/index.tsx b/packages/desktop/src/index.tsx
index e554f8da0..7a46ba8cd 100644
--- a/packages/desktop/src/index.tsx
+++ b/packages/desktop/src/index.tsx
@@ -319,9 +319,6 @@ render(() => {
return (
<PlatformProvider value={platform}>
<AppBaseProviders>
- {ostype() === "macos" && (
- <div class="mx-px bg-background-base border-b border-border-weak-base h-8" data-tauri-drag-region />
- )}
<ServerGate>
{(data) => {
setServerPassword(data().password)