feat: traffic lights position mac os
parent
f552eea391
commit
2b04837327
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue