+ transaction details with explorer redirection

+ sorting and floating header for wallets and address book
+ detect geth crash and notify the user
This commit is contained in:
Taegus
2019-03-05 18:54:29 +01:00
parent 0552dcdcba
commit 35c1eb5472
10 changed files with 366 additions and 251 deletions

View File

@@ -162,7 +162,7 @@ if (process.platform === "darwin") {
}
ipcMain.on("openURL", (event, arg) => {
shell.openExternal("https://github.com/taeguscromis/Ether1DesktopWallet/issues");
shell.openExternal(arg);
});
const menu = Menu.buildFromTemplate(template);