+ 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user