зеркало из https://github.com/electron/electron.git
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:
Родитель
f91b24deb5
Коммит
15c931201a
|
@ -364,7 +364,8 @@ NativeWindowMac::NativeWindowMac(const gin_helper::Dictionary& options,
|
|||
// Don't show title bar.
|
||||
[window_ setTitlebarAppearsTransparent:YES];
|
||||
[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];
|
||||
// Show window buttons if titleBarStyle is not "normal".
|
||||
if (title_bar_style_ == TitleBarStyle::kNormal) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче