Semi-Clean ethoFS integration, Fix image file which contained HTML, clean up.
This commit is contained in:
3
main.js
3
main.js
@@ -24,6 +24,7 @@ locker.lock().then(function () {
|
||||
|
||||
// and load the index.html of the app.
|
||||
mainWindow.loadFile("index.html");
|
||||
mainWindow.webContents.openDevTools()
|
||||
EthoGeth.startGeth();
|
||||
|
||||
// Open the DevTools.
|
||||
@@ -82,4 +83,4 @@ locker.lock().then(function () {
|
||||
|
||||
require("./modules/geth.js");
|
||||
require("./modules/accounts.js");
|
||||
require("./modules/database.js");
|
||||
require("./modules/database.js");
|
||||
|
||||
Reference in New Issue
Block a user