mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
glutin: On the Mac, capitalize the first letter of "Servo" in the menu
bar.
This commit is contained in:
parent
36df00ae96
commit
c04b53dab8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ fn builder_with_platform_options(mut builder: glutin::WindowBuilder) -> glutin::
|
||||||
// output file.
|
// output file.
|
||||||
builder = builder.with_activation_policy(ActivationPolicy::Prohibited)
|
builder = builder.with_activation_policy(ActivationPolicy::Prohibited)
|
||||||
}
|
}
|
||||||
builder
|
builder.with_app_name(String::from("Servo"))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os = "macos"))]
|
#[cfg(not(target_os = "macos"))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue