Skip to content

Commit

Permalink
fix: remove broken electron download for now
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jun 28, 2019
1 parent e9b762f commit 9b5f86d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions electron/main.ts
Expand Up @@ -27,7 +27,6 @@ import {
IPC_TASK_TOGGLE_START
} from './ipc-events.const';
import {backupData} from './backup';
import electronDl from 'electron-dl';
import {JiraCfg} from '../src/app/features/issue/jira/jira';
import {KeyboardConfig} from '../src/app/features/config/global-config.model';
import BrowserWindow = Electron.BrowserWindow;
Expand All @@ -49,7 +48,9 @@ interface MyApp extends App {
const app_: MyApp = app;

initDebug({showDevTools: IS_DEV}, IS_DEV);
electronDl({openFolderWhenDone: true});

// TODO maybe reimplement when fixed
// electronDl({openFolderWhenDone: true});

let mainWin: BrowserWindow;
const nestedWinParams = {isDarwinForceQuit: false};
Expand Down

0 comments on commit 9b5f86d

Please sign in to comment.