There was an error while loading. Please reload this page.
1 parent aae881e commit a6ccd44Copy full SHA for a6ccd44
src/common/config.js
@@ -1,6 +1,4 @@
1
-// import { remote, app as mainApp } from 'electron';
2
import constants from './constants.js';
3
-// const app = remote ? remote.app : mainApp;
4
5
export default {
6
version: app => constants.DEV ? 'DEV' : app.getVersion(),
0 commit comments