[bisq-network/bisq] Dao UI improvements (#1795)

Manfred Karrer notifications at github.com
Tue Oct 23 16:54:12 UTC 2018


ManfredKarrer commented on this pull request.



>          resyncDaoButton.setOnAction(e -> daoFacade.resyncDao(() -> {
             new Popup<>().attention(Res.get("setting.preferences.dao.resync.popup"))
                     .useShutDownButton()
                     .hideCloseButton()
                     .show();
         }));
+
+        isDaoFullNodeCheckBox.setOnAction(e -> {
+            String key = "daoFullModeInfoShown";
+            if (isDaoFullNodeCheckBox.isSelected() && preferences.showAgain(key)) {
+                String url = "https://bisq.network/docs/dao-full-node";

Yes good idea. I use forwarders so we are independent from real url.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/1795#discussion_r227477480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181023/8d1549e0/attachment-0001.html>


More information about the bisq-github mailing list