diff --git a/common/components/Menubar.svelte b/common/components/Menubar.svelte
index 00cc4ee..84671af 100644
--- a/common/components/Menubar.svelte
+++ b/common/components/Menubar.svelte
@@ -43,13 +43,6 @@
- {#if window.version?.platform === 'linux'}
-
IPC.emit('close')}>
-
-
- {/if}
{#if $debug}
@@ -83,20 +76,11 @@
top: 0;
-webkit-app-region: no-drag;
}
- .close {
- width: 40px;
- }
- .close:hover {
- background-color: #e81123 !important;
- }
svg {
width: 18px;
height: 18px;
width: 100%;
}
- path {
- fill: currentColor;
- }
.navbar {
left: unset !important;
}