Fix window title moving stoplights (for now)

This commit is contained in:
Gregory Schier
2023-11-13 23:25:47 -08:00
parent c884cedfc2
commit 38422d59fd
3 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ pub trait TrafficLightWindowExt {
impl<R: Runtime> TrafficLightWindowExt for Window<R> {
#[cfg(not(target_os = "macos"))]
fn position_traffic_lights(&self) {
// No-op
// No-op on other platforms
}
#[cfg(target_os = "macos")]