mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
🎨
This commit is contained in:
@@ -340,7 +340,6 @@ bool ScopedDisableResize::disable_resize_ = false;
|
||||
// titlebar is expected to be empty, but after entering fullscreen mode we
|
||||
// have to set one, because title bar is visible here.
|
||||
NSWindow* window = shell_->GetNativeWindow();
|
||||
|
||||
if ((shell_->transparent() || !shell_->has_frame()) &&
|
||||
base::mac::IsAtLeastOS10_10() &&
|
||||
// FIXME(zcbenz): Showing titlebar for hiddenInset window is weird under
|
||||
|
||||
@@ -49,8 +49,7 @@ const char kUseContentSize[] = "useContentSize";
|
||||
const char kZoomToPageWidth[] = "zoomToPageWidth";
|
||||
|
||||
// Whether always show title text in full screen is enabled.
|
||||
const char kFullscreenWindowTitle[] =
|
||||
"fullscreenWindowTitle";
|
||||
const char kFullscreenWindowTitle[] = "fullscreenWindowTitle";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
||||
Reference in New Issue
Block a user