mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
windows should totally cascade
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
- (void)windowDidLoad {
|
||||
[super windowDidLoad];
|
||||
|
||||
[self setShouldCascadeWindows:NO];
|
||||
[self setShouldCascadeWindows:YES];
|
||||
[self setWindowFrameAutosaveName:@"atomWindow"];
|
||||
|
||||
[webView setFrameLoadDelegate:self];
|
||||
|
||||
Reference in New Issue
Block a user