mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
If there is a RESOURCE_PATH defined, open that by default
This commit is contained in:
parent
6cb10a0855
commit
b31589d6df
@ -61,7 +61,11 @@
|
||||
|
||||
- (void)applicationWillFinishLaunching:(NSNotification *)notification {
|
||||
_backgroundWindowController = [[AtomWindowController alloc] initInBackground];
|
||||
#ifdef RESOURCE_PATH
|
||||
[self open:[NSString stringWithUTF8String:RESOURCE_PATH]];
|
||||
#else
|
||||
[self open:nil];
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(NSNotification *)notification {
|
||||
|
Loading…
Reference in New Issue
Block a user