Fixed light logo filename on about screen (#7440)

* Fixed light logo filename

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-08-13 22:27:17 +01:00
committed by GitHub
parent da02fca602
commit 7bb1bb2611
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ Enhancements:
- #7436 Introduced new env vars for testing
- #7437 Show message box explaining why settings are read-only
- #7438 Compare result of `clickedButton` instead of `exec`
- #7440 Fixed light logo filename on about screen
# 1.14.6

View File

@ -121,7 +121,7 @@
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="../res/Synergy.qrc">:/res/image/about.png</pixmap>
<pixmap resource="../res/Synergy.qrc">:/res/image/about-light.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>