mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use isDevMode method to determine whether to use bundle resource path
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
9d2d3d5c00
commit
df064ddd21
@@ -31,6 +31,7 @@ class AtomCefClient;
|
||||
- (id)initSpecsThenExit:(BOOL)exitWhenDone;
|
||||
- (id)initBenchmarksThenExit:(BOOL)exitWhenDone;
|
||||
- (void)setPidToKillOnClose:(NSNumber *)pid;
|
||||
- (BOOL)isDevMode;
|
||||
|
||||
- (void)toggleDevTools;
|
||||
- (void)showDevTools;
|
||||
|
||||
Reference in New Issue
Block a user