mirror of https://github.com/PCSX2/pcsx2.git
Qt: Help menu icon fix for macOS user
This commit is contained in:
parent
cc2d99db3a
commit
128a79e355
|
@ -449,7 +449,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/address-book-new-22.png</normaloff>:/icons/address-book-new-22.png</iconset>
|
||||
<normaloff>:/icons/forum.png</normaloff>:/icons/forum.png</iconset>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDiscordServer">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -1,6 +1,5 @@
|
|||
<RCC>
|
||||
<qresource>
|
||||
<file>icons/address-book-new-22.png</file>
|
||||
<file>icons/applications-system-24.png</file>
|
||||
<file>icons/AppIcon.png</file>
|
||||
<file>icons/black/index.theme</file>
|
||||
|
@ -58,6 +57,7 @@
|
|||
<file>icons/black/svg/volume-up-line.svg</file>
|
||||
<file>icons/black/svg/window-2-line.svg</file>
|
||||
<file>icons/discord.png</file>
|
||||
<file>icons/forum.png</file>
|
||||
<file>icons/github.png</file>
|
||||
<file>icons/logo.png</file>
|
||||
<file>icons/media-optical-24.png</file>
|
||||
|
|
Loading…
Reference in New Issue