[bisq-network/bisq] Bsq swap: Implementation [3] (PR #5775)

chimp1984 notifications at github.com
Sun Oct 31 19:08:08 CET 2021


@chimp1984 commented on this pull request.



> @@ -145,8 +145,12 @@ public void initialize() {
     protected void activate() {
         if (DevEnv.isDaoActivated()) {
 
-            // Hide dao new badge if user saw this section
-            preferences.dontShowAgain(DaoPresentation.DAO_NEWS, true);
+            if (preferences.showAgain(DaoPresentation.DAO_NEWS)) {
+                preferences.dontShowAgain(DaoPresentation.DAO_NEWS, true);
+                new Popup().headLine(Res.get("news.bsqSwap.title"))
+                        .information(Res.get("news.bsqSwap.description"))

I pinged @m52go . I think he had already the content but I dont see a PR yet.

-- 
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/5775#discussion_r739857033
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211031/37000ac8/attachment.htm>


More information about the bisq-github mailing list