This changes all of the icons from png to svg. With svgs, scaling is unlimited. With the svgs, the issue of the @ symbols with the Windows updater is no longer an issue. I changed the colors of the icons to a light gray (#d2d2d2), in the dark themes, because I thought they looked better with this color. The mute, unmute, plus, minus, up, down and expand icons are from the Feather Icons set. https://feathericons.com/ The visibility icon is from the Octicons set. https://octicons.github.com/ The locked and unlocked icons are from the Open Iconic set. https://github.com/iconic/open-iconic
28 lines
906 B
Plaintext
28 lines
906 B
Plaintext
<RCC>
|
|
<qresource prefix="/res">
|
|
<file>images/mute.svg</file>
|
|
<file>images/refresh.svg</file>
|
|
<file>images/no_sources.svg</file>
|
|
<file>images/minus.svg</file>
|
|
<file>images/plus.svg</file>
|
|
<file>images/down.svg</file>
|
|
<file>images/up.svg</file>
|
|
<file>images/obs.png</file>
|
|
<file>images/tray_active.png</file>
|
|
<file>images/expand.svg</file>
|
|
<file>images/unlocked.svg</file>
|
|
<file>images/locked.svg</file>
|
|
<file>images/invisible.svg</file>
|
|
<file>images/visible.svg</file>
|
|
</qresource>
|
|
<qresource prefix="/settings">
|
|
<file>images/settings/output.svg</file>
|
|
<file>images/settings/stream.svg</file>
|
|
<file>images/settings/advanced.svg</file>
|
|
<file>images/settings/video.svg</file>
|
|
<file>images/settings/audio.svg</file>
|
|
<file>images/settings/general.svg</file>
|
|
<file>images/settings/hotkeys.svg</file>
|
|
</qresource>
|
|
</RCC>
|