mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
don't show console on load
This commit is contained in:
@@ -34,9 +34,7 @@
|
||||
|
||||
- (void)windowDidLoad {
|
||||
[super windowDidLoad];
|
||||
|
||||
[[webView inspector] showConsole:self];
|
||||
|
||||
|
||||
[self.window setDelegate:self];
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user