Skip to content

Commit

Permalink
fix qrc file name
Browse files Browse the repository at this point in the history
  • Loading branch information
itviewer committed May 18, 2024
1 parent b74fb41 commit 487a564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/anylink.ui
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="../systray.qrc">:/assets/donate.JPG</pixmap>
<pixmap resource="../icons.qrc">:/assets/donate.JPG</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
Expand Down Expand Up @@ -833,7 +833,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="../systray.qrc"/>
<include location="../icons.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 487a564

Please sign in to comment.