don't automatically show window when devtools is opened on mac
This commit is contained in:
parent
e39aacb30e
commit
45d16d5add
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@
|
|||
if (visible) {
|
||||
[devtools_window_ makeKeyAndOrderFront:nil];
|
||||
} else {
|
||||
[[self window] makeKeyAndOrderFront:nil];
|
||||
[devtools_window_ setDelegate:nil];
|
||||
[devtools_window_ close];
|
||||
devtools_window_.reset();
|
||||
|
|
Loading…
Reference in a new issue