mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #11252 - pcwalton:app-name, r=nox
glutin: On the Mac, capitalize the first letter of "Servo" in the menu bar. r? @metajack (or whoever) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11252) <!-- Reviewable:end -->
This commit is contained in:
commit
e36e41191f
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.
|
||||
builder = builder.with_activation_policy(ActivationPolicy::Prohibited)
|
||||
}
|
||||
builder
|
||||
builder.with_app_name(String::from("Servo"))
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue