don't show the dummy window for the rest of the dialogs too on mac
This commit is contained in:
parent
5373afa472
commit
71b36ef54d
7 changed files with 51 additions and 20 deletions
|
@ -144,6 +144,7 @@ void Window::Init(v8::Isolate* isolate,
|
|||
options,
|
||||
parent.IsEmpty() ? nullptr : parent->window_.get()));
|
||||
web_contents->SetOwnerWindow(window_.get());
|
||||
window_->SetIsOffScreenDummy(api_web_contents_->IsOffScreen());
|
||||
|
||||
#if defined(TOOLKIT_VIEWS)
|
||||
// Sets the window icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue