mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Added Explooosion to contributors list (#3948)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
92301e7d72
commit
7ad7082535
BIN
resources/avatars/explooosion_code.png
Normal file
BIN
resources/avatars/explooosion_code.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -52,6 +52,7 @@ brian6932 | https://github.com/brian6932 | :/avatars/brian6932.png | Contributor
|
|||
hicupalot | https://github.com/hicupalot | :/avatars/hicupalot.png | Contributor
|
||||
iProdigy | https://github.com/iProdigy | :/avatars/iprodigy.png | Contributor
|
||||
Jaxkey | https://github.com/Jaxkey | :/avatars/jaxkey.png | Contributor
|
||||
Explooosion | https://github.com/Explooosion-code | :/avatars/explooosion_code.png | Contributor
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<file>avatars/_1xelerate.png</file>
|
||||
<file>avatars/alazymeme.png</file>
|
||||
<file>avatars/brian6932.png</file>
|
||||
<file>avatars/explooosion_code.png</file>
|
||||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/hicupalot.png</file>
|
||||
<file>avatars/iprodigy.png</file>
|
||||
|
|
|
@ -7,6 +7,7 @@ Resources2::Resources2()
|
|||
this->avatars._1xelerate = QPixmap(":/avatars/_1xelerate.png");
|
||||
this->avatars.alazymeme = QPixmap(":/avatars/alazymeme.png");
|
||||
this->avatars.brian6932 = QPixmap(":/avatars/brian6932.png");
|
||||
this->avatars.explooosion_code = QPixmap(":/avatars/explooosion_code.png");
|
||||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
|
||||
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
|
||||
|
|
|
@ -12,6 +12,7 @@ public:
|
|||
QPixmap _1xelerate;
|
||||
QPixmap alazymeme;
|
||||
QPixmap brian6932;
|
||||
QPixmap explooosion_code;
|
||||
QPixmap fourtf;
|
||||
QPixmap hicupalot;
|
||||
QPixmap iprodigy;
|
||||
|
|
Loading…
Reference in a new issue