<p>After the changes done in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ripcurlx/bisq-desktop/commit/74d5de3efe3131e998075055c57928f0ed4be51a/hovercard" href="https://github.com/ripcurlx/bisq-desktop/commit/74d5de3efe3131e998075055c57928f0ed4be51a">ripcurlx@<tt>74d5de3</tt></a> at an attempt to <span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1996.">resolve</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="385594132" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/1996" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/1996/hovercard" href="https://github.com/bisq-network/bisq/issues/1996">#1996</a>, I started encountering the following error:</p>
<pre><code>Nov-30 00:21:17.300 [JavaFX Application Thread] ERROR bisq.desktop.app.BisqApp: Error during app init java.lang.IllegalArgumentException: input == null!
        at java.desktop/javax.imageio.ImageIO.read(ImageIO.java:1400)
        at bisq.desktop.app.SystemTray.init(SystemTray.java:107)
        at bisq.desktop.app.SystemTray.<init>(SystemTray.java:74)
        at bisq.desktop.app.SystemTray.create(SystemTray.java:68)
        at bisq.desktop.app.BisqApp.setupStage(BisqApp.java:231)
        at bisq.desktop.app.BisqApp.startApplication(BisqApp.java:137)
        at bisq.desktop.app.BisqAppMain.startApplication(BisqAppMain.java:126)
        at bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:211)
        at bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:94)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
        at java.base/java.lang.Thread.run(Thread.java:844)
</code></pre>
<p>This PR fixes the incorrectly named icon.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/2026'>https://github.com/bisq-network/bisq/pull/2026</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix incorrectly named Windows system tray 2x icon</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2026/files#diff-0">desktop/src/main/resources/images/system_tray_icon_windows@2x.png</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/2026.patch'>https://github.com/bisq-network/bisq/pull/2026.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/2026.diff'>https://github.com/bisq-network/bisq/pull/2026.diff</a></li>
</ul>

<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/2026">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtlTbz0KSDlHBO6UtwL7laLWbDCRkks5u044ygaJpZM4Y9TBt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtrYJBtfRIljKA-wtgBv597SOuObNks5u044ygaJpZM4Y9TBt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix incorrectly named Windows system tray 2x icon (#2026)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2026"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2026",
"url": "https://github.com/bisq-network/bisq/pull/2026",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Fix incorrectly named Windows system tray 2x icon (#2026)",
"sections": [
{
"text": "",
"activityTitle": "**Devin Bileck**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@devinbileck",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "76c8a14",
"value": "Fix incorrectly named Windows system tray 2x icon"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Renamed",
"value": "[desktop/src/main/resources/images/system_tray_icon_windows@2x.png](https://github.com/bisq-network/bisq/pull/2026/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"issueId\": 2026,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"pullRequestId\": 2026\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/2026"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/2026.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/2026.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 418721901\n}"
}
],
"themeColor": "26292E"
}
]</script>