diff --git a/src/assets/index.css b/src/assets/index.css
index 2fb6659..ae562b1 100644
--- a/src/assets/index.css
+++ b/src/assets/index.css
@@ -77,7 +77,6 @@ body {
background-color: hsl(var(--background));
color: hsl(var(--foreground));
font-size: 14px;
- -webkit-app-region: drag;
}
[data-tauri-drag-region] {
diff --git a/src/components/layout/AppHeader.vue b/src/components/layout/AppHeader.vue
index c17d345..d942800 100644
--- a/src/components/layout/AppHeader.vue
+++ b/src/components/layout/AppHeader.vue
@@ -32,38 +32,42 @@ const trafficLightInset = computed(() => {
-
SqlKit
-
+
+
SqlKit
+
+
+
+
+
+
+ {{ $t('aside.aiAssistant') }}
+
-
-
-
-
-
- {{ $t('aside.aiAssistant') }}
-
-
-
-
-
-
- {{ $t('transfer.tasks.title') }}
-
-
+
+
+
+
+ {{ $t('transfer.tasks.title') }}
+
+
+
diff --git a/src/components/layout/WindowControls.vue b/src/components/layout/WindowControls.vue
index e42ff74..5833780 100644
--- a/src/components/layout/WindowControls.vue
+++ b/src/components/layout/WindowControls.vue
@@ -7,7 +7,7 @@ const { isMac, platformReady } = usePlatform()
-