Browse Source
Merge pull request #244 from SuperNETorg/v0.25
loadingWindow arch detect switch
pkg_automation_electrum
pbca26
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
main.js
|
|
@ -229,7 +229,7 @@ function createLoadingWindow() { |
|
|
|
loadingWindow.createAppSettingsWindow = createAppSettingsWindow; |
|
|
|
loadingWindow.startKMDNative = shepherd.startKMDNative; |
|
|
|
loadingWindow.startSPV = shepherd.startSPV; |
|
|
|
loadingWindow.arch = os.arch(); |
|
|
|
loadingWindow.arch = arch(); |
|
|
|
|
|
|
|
// load our index.html (i.e. easyDEX GUI)
|
|
|
|
loadingWindow.loadURL(`http://${appConfig.host}:${appConfig.agamaPort}/gui/startup`); |
|
|
|