[Qt] Optionally add third party links to transaction context menu#4092
[Qt] Optionally add third party links to transaction context menu#4092laanwj merged 1 commit intobitcoin:masterfrom
Conversation
|
Looks ok to me. Nit: please add a menu seperator between the 'normal' actions and the 'third party' actions. |
|
I already added the menu separator, but after I made the screenshot. |
|
I had some comments on your original pull, but I think they got lost when you refreshed it. I'll leave them here:
|
|
update:
|
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/40c5b939f2bff960e397da6ae3651952adc68cbe for binaries and test log. |
|
ACK |
40c5b93 [Qt] Optionally add third party links to transaction context menu (Cozz Lovan)


Adds the possibility to open a transaction in block explorer through right-click context menu in transactions tab.
Can also be setup on testnet, as testnet uses a different qt-settings file.
To make the implementation simple, changing the option needs client restart to take effect.