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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3477#discussion_r347953785">desktop/src/main/java/bisq/desktop/main/MainView.java</a>:</p>
<pre style='color:#555'>> @@ -429,6 +431,18 @@ public void onCheckpointFail() {
                 .useShutDownButton()
                 .show();
     }
+    
+    private void checkOpenSupportTickets() {
+               // Create modal pop-up with single button taking user to Support screen if there
+               // are active support tickets
+               if (model.getNumOpenSupportTickets() != null && Integer.parseInt(model.getNumOpenSupportTickets().get()) > 0) {
+                       new Popup<>().attention(Res.get("portfolio.pending.support.popup.attention"))
+                                       .closeButtonTextWithGoTo("navigation.support")
+                                       .onClose(
+                                                       () -> navigation.navigateTo(MainView.class, SupportView.class, ArbitrationClientView.class))
+                                       .show();
</pre>
<p>I will look into that. Thanks.</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/3477?email_source=notifications&email_token=AJFFTNXYWJM36YHCR4R6JJDQUPZXNA5CNFSM4JFLR7BKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCLJTY#discussion_r347953785">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQXE7HOPH4537JNSYTQUPZXNANCNFSM4JFLR7BA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUODBYODHQUDCW5RRDQUPZXNA5CNFSM4JFLR7BKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCLJTY.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/3477?email_source=notifications\u0026email_token=AJFFTNXYWJM36YHCR4R6JJDQUPZXNA5CNFSM4JFLR7BKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCLJTY#discussion_r347953785",
"url": "https://github.com/bisq-network/bisq/pull/3477?email_source=notifications\u0026email_token=AJFFTNXYWJM36YHCR4R6JJDQUPZXNA5CNFSM4JFLR7BKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCLJTY#discussion_r347953785",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>