feat: traffic lights position mac os

pull/7274/head
Aaron Iker 2026-01-08 03:07:46 +01:00
parent f552eea391
commit 2b04837327
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ pub fn run() {
{
window_builder = window_builder
.title_bar_style(tauri::TitleBarStyle::Overlay)
.hidden_title(true);
.hidden_title(true)
.traffic_light_position(tauri::LogicalPosition::new(16.0, 19.5));
}
let window = window_builder.build().expect("Failed to create window");