ui: Remove duplicate media files

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-02-28 03:51:15 +01:00
parent 7f3ab14128
commit 6c4df1e7e5
12 changed files with 6 additions and 14 deletions

View File

@ -104,8 +104,8 @@ a:focus {
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
<pointsize>12</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
@ -142,7 +142,7 @@ a:focus {
<x>0</x>
<y>0</y>
<width>492</width>
<height>280</height>
<height>292</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@ -1,18 +1,10 @@
<RCC>
<qresource prefix="logos">
<file alias="streamfx_logo">logo.png</file>
<file alias="streamfx_logo">../media/logo.png</file>
</qresource>
<qresource prefix="thankyou">
<file alias="thankyou_cat">thankyou_cat.png</file>
<file alias="thankyou_fox">thankyou_fox.png</file>
<file alias="thankyou_otter">thankyou_otter.png</file>
</qresource>
<qresource prefix="linktype">
<file alias="discord">linktype_discord.png</file>
<file alias="facebook">linktype_facebook.png</file>
<file alias="generic">linktype_generic.png</file>
<file alias="twitch">linktype_twitch.png</file>
<file alias="twitter">linktype_twitter.png</file>
<file alias="youtube">linktype_youtube.png</file>
<file alias="thankyou_otter">../media/thankyou_otter.png</file>
<file alias="thankyou_fox">../media/thankyou_fox.png</file>
<file alias="thankyou_cat">../media/thankyou_cat.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB