mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
feat: traffic lights position mac os
This commit is contained in:
parent
f552eea391
commit
2b04837327
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue