diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json
index 0565d33..cb92213 100644
--- a/src-tauri/capabilities/default.json
+++ b/src-tauri/capabilities/default.json
@@ -9,7 +9,6 @@
"core:window:allow-start-dragging",
"core:window:allow-close",
"core:window:allow-minimize",
- "core:window:allow-toggle-maximize",
"opener:default",
"store:default"
]
diff --git a/src/App.vue b/src/App.vue
index 4f1e407..77eea61 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,36 +1,15 @@
-
-
-
-
- YwYMusic
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/PlayerBar.vue b/src/components/PlayerBar.vue
index c18414a..37185da 100644
--- a/src/components/PlayerBar.vue
+++ b/src/components/PlayerBar.vue
@@ -310,7 +310,7 @@ onUnmounted(() => {
display: flex;
align-items: center;
gap: clamp(12px, 2vw, 20px);
- height: clamp(72px, 9vh, 88px);
+ height: 100%;
padding: 0 clamp(14px, 2vw, 22px);
flex-shrink: 0;
background: rgba(255, 250, 240, 0.94);
diff --git a/src/components/WindowTitlebar.vue b/src/components/WindowTitlebar.vue
new file mode 100644
index 0000000..76133f3
--- /dev/null
+++ b/src/components/WindowTitlebar.vue
@@ -0,0 +1,134 @@
+
+
+
+
+ YwYMusic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue
index 273847c..61e50bd 100644
--- a/src/layouts/MainLayout.vue
+++ b/src/layouts/MainLayout.vue
@@ -38,11 +38,15 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+