[bisq-network/bisq] NTP: Fix a couple of UI issues in the New Trade Protocol (#3410)

Christoph Atteneder notifications at github.com
Wed Oct 16 07:46:47 UTC 2019


ripcurlx commented on this pull request.



> @@ -42,6 +43,11 @@
     @Getter
     private final BooleanProperty showOpenMediationTicketsNotification = new SimpleBooleanProperty();
 
+    @Getter
+    private final StringProperty numOpenRefundTickets = new SimpleStringProperty();
+    @Getter
+    private final BooleanProperty showOpenRefundTicketsNotification = new SimpleBooleanProperty();

> Are `numOpenRefundTickets` and `showOpenRefundTicketsNotification` variables used somewhere outside of `SupportTicketsPresentation` ?

But yes, the getters for all properties are not necessary anymore (there was a use case in the past). I'll change it in one of my next PRs

-- 
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/3410#discussion_r335322236
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191016/c8de1859/attachment.html>


More information about the bisq-github mailing list