Fixed light logo filename on about screen (#7440)
* Fixed light logo filename * Update ChangeLog
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user