<p></p>
<p><b>@jmacxx</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4733#discussion_r515987927">desktop/src/main/java/bisq/desktop/main/overlays/windows/EditCustomExplorerWindow.java</a>:</p>
<pre style='color:#555'>> +        Button button = new Button(">>");
+        button.setOnAction(e -> {
+            BlockChainExplorer blockChainExplorer = listView.getSelectionModel().getSelectedItem();
+            if (blockChainExplorer != null) {
+                nameInputTextField.setText(blockChainExplorer.name);
+                txUrlInputTextField.setText(blockChainExplorer.txUrl);
+                addressUrlInputTextField.setText(blockChainExplorer.addressUrl);
+            }
+        });
</pre>
<p><g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> Done!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4733#discussion_r515987927">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSVP5BGH4J6PBJ3W2TSN23HFANCNFSM4TFUTUBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUWDGXKGGQ6WZZTGU3SN23HFA5CNFSM4TFUTUBKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD4L32DQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4733#discussion_r515987927",
"url": "https://github.com/bisq-network/bisq/pull/4733#discussion_r515987927",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>