Browse Source

mainWindow iguana icon location

all-modes
pbca26 7 years ago
parent
commit
7e2b84284e
  1. 1
      main.js

1
main.js

@ -341,6 +341,7 @@ function createWindow(status) {
mainWindow.appSessionHash = appSessionHash;
mainWindow.assetChainPorts = require('./routes/ports.js');
mainWindow.zcashParamsExist = shepherd.zcashParamsExist();
mainWindow.iguanaIcon = iguanaIcon;
if (appConfig.dev) {
mainWindow.loadURL('http://127.0.0.1:3000');

Loading…
Cancel
Save