|
|
@ -230,6 +230,7 @@ function createLoadingWindow() { |
|
|
|
loadingWindow.createAppSettingsWindow = createAppSettingsWindow; |
|
|
|
loadingWindow.startKMDNative = shepherd.startKMDNative; |
|
|
|
loadingWindow.startSPV = shepherd.startSPV; |
|
|
|
loadingWindow.arch = 32;//os.arch();
|
|
|
|
|
|
|
|
// load our index.html (i.e. easyDEX GUI)
|
|
|
|
loadingWindow.loadURL(`http://${appConfig.host}:${appConfig.agamaPort}/gui/startup`); |
|
|
@ -382,6 +383,7 @@ function createWindow(status) { |
|
|
|
shepherd.writeLog('show edex gui'); |
|
|
|
mainWindow.appConfig = appConfig; |
|
|
|
mainWindow.appConfigSchema = shepherd.appConfigSchema; |
|
|
|
mainWindow.arch = 32;//os.arch();
|
|
|
|
mainWindow.appBasicInfo = appBasicInfo; |
|
|
|
mainWindow.appSessionHash = appSessionHash; |
|
|
|
mainWindow.assetChainPorts = require('./routes/ports.js'); |
|
|
|