chore: remove git.io (#33933)
* chore: remove git.io All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ * fix: lint Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
f91b24deb5
commit
15c931201a
1 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,8 @@ NativeWindowMac::NativeWindowMac(const gin_helper::Dictionary& options,
|
||||||
// Don't show title bar.
|
// Don't show title bar.
|
||||||
[window_ setTitlebarAppearsTransparent:YES];
|
[window_ setTitlebarAppearsTransparent:YES];
|
||||||
[window_ setTitleVisibility:NSWindowTitleHidden];
|
[window_ setTitleVisibility:NSWindowTitleHidden];
|
||||||
// Remove non-transparent corners, see http://git.io/vfonD.
|
// Remove non-transparent corners, see
|
||||||
|
// https://github.com/electron/electron/issues/517.
|
||||||
[window_ setOpaque:NO];
|
[window_ setOpaque:NO];
|
||||||
// Show window buttons if titleBarStyle is not "normal".
|
// Show window buttons if titleBarStyle is not "normal".
|
||||||
if (title_bar_style_ == TitleBarStyle::kNormal) {
|
if (title_bar_style_ == TitleBarStyle::kNormal) {
|
||||||
|
|
Loading…
Reference in a new issue