providing option to undock devtools from browser-window
This commit is contained in:
parent
ae5586408f
commit
69d958b94e
7 changed files with 16 additions and 10 deletions
|
@ -190,7 +190,7 @@ static const CGFloat kAtomWindowCornerRadius = 4.0;
|
|||
}
|
||||
|
||||
- (IBAction)showDevTools:(id)sender {
|
||||
shell_->OpenDevTools();
|
||||
shell_->OpenDevTools(true);
|
||||
}
|
||||
|
||||
// Returns an empty array for AXChildren attribute, this will force the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue