Add "Add additional wallet..." link at bottom of main view
Some checks failed
check / check (push) Has been cancelled
Some checks failed
check / check (push) Has been cancelled
This commit is contained in:
@@ -229,6 +229,8 @@ function selectActiveAddress() {
|
||||
}
|
||||
|
||||
function init(ctx) {
|
||||
$("btn-add-wallet-bottom").addEventListener("click", ctx.showAddWalletView);
|
||||
|
||||
$("btn-main-send").addEventListener("click", () => {
|
||||
if (!selectActiveAddress()) {
|
||||
showFlash("No active address selected.");
|
||||
|
||||
Reference in New Issue
Block a user