rename alwaysShowTitleTextInFullscreen to fullscreenWindowTitle
This commit is contained in:
parent
25c651c40a
commit
a38f0f5f46
3 changed files with 4 additions and 4 deletions
|
@ -950,7 +950,7 @@ NativeWindowMac::NativeWindowMac(
|
|||
|
||||
options.Get(options::kZoomToPageWidth, &zoom_to_page_width_);
|
||||
|
||||
options.Get(options::kAlwaysShowTitleTextInFullscreen, &always_show_title_text_in_full_screen_);
|
||||
options.Get(options::kFullscreenWindowTitle, &always_show_title_text_in_full_screen_);
|
||||
|
||||
// Enable the NSView to accept first mouse event.
|
||||
bool acceptsFirstMouse = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue