small fixes and bump version

This commit is contained in:
Ren Amamiya
2023-09-29 12:40:02 +07:00
parent 700f3eb85f
commit 09b3eeda99
12 changed files with 22 additions and 52 deletions

View File

@@ -112,8 +112,6 @@ fn main() {
apply_vibrancy(&window, NSVisualEffectMaterial::HudWindow, None, None)
.expect("Unsupported platform! 'apply_vibrancy' is only supported on macOS");
#[cfg(target_os = "macos")]
window.set_transparent_titlebar(true);
#[cfg(target_os = "macos")]
window.position_traffic_lights(16.0, 25.0);