From be045eecdd265bbbb3f364abc0ff7463d8e16436 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Mon, 13 Apr 2026 23:40:22 +0800 Subject: [PATCH] fix(macos): update TRAFFIC_LIGHT_Y --- src-tauri/src/commands/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/commands/windows.rs b/src-tauri/src/commands/windows.rs index 27c9045..45c58f9 100644 --- a/src-tauri/src/commands/windows.rs +++ b/src-tauri/src/commands/windows.rs @@ -16,7 +16,7 @@ use crate::models::FolderHistoryEntry; #[cfg(target_os = "macos")] const TRAFFIC_LIGHT_X: f64 = 12.0; #[cfg(target_os = "macos")] -const TRAFFIC_LIGHT_Y: f64 = 16.0; +const TRAFFIC_LIGHT_Y: f64 = 14.0; #[cfg(target_os = "macos")] static CURRENT_ZOOM: AtomicU32 = AtomicU32::new(100);