diff options
author | Devine Lu Linvega <[email protected]> | 2018-09-29 16:59:29 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-09-29 16:59:29 +1200 |
commit | 1af51d18b92ce35c766dcf383f0862db7c32bbe3 (patch) | |
tree | d4a0ba609e37477ae843baff01bf907947484619 /desktop/main.js | |
parent | 798bc2dad6bc86540764b095ecb9ed4609d6b439 (diff) | |
download | Orca-1af51d18b92ce35c766dcf383f0862db7c32bbe3.tar.gz Orca-1af51d18b92ce35c766dcf383f0862db7c32bbe3.zip |
Improved walkthrough and benchmark
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/main.js b/desktop/main.js index 977233f..1965c28 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -3,8 +3,6 @@ const path = require('path') const url = require('url') const shell = require('electron').shell; -let win - let is_shown = true; app.win = null; |