()
| 13 | * Returns true when the app is running in development mode (i.e. not packaged). |
| 14 | */ |
| 15 | export function isDevMode(): boolean { |
| 16 | return !app.isPackaged; |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Capture the current window contents and save a PNG file to the user's home directory. |
no outgoing calls
no test coverage detected