mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add Jaxkey to contributors list (#3842)
This commit is contained in:
parent
f49e8b4bc8
commit
1456838dbb
BIN
resources/avatars/jaxkey.png
Normal file
BIN
resources/avatars/jaxkey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -51,6 +51,7 @@ karl-police | https://github.com/karl-police | :/avatars/karlpolice.png | Contri
|
|||
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
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<file>avatars/fourtf.png</file>
|
||||
<file>avatars/hicupalot.png</file>
|
||||
<file>avatars/iprodigy.png</file>
|
||||
<file>avatars/jaxkey.png</file>
|
||||
<file>avatars/kararty.png</file>
|
||||
<file>avatars/karlpolice.png</file>
|
||||
<file>avatars/matthewde.jpg</file>
|
||||
|
|
|
@ -10,6 +10,7 @@ Resources2::Resources2()
|
|||
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
||||
this->avatars.hicupalot = QPixmap(":/avatars/hicupalot.png");
|
||||
this->avatars.iprodigy = QPixmap(":/avatars/iprodigy.png");
|
||||
this->avatars.jaxkey = QPixmap(":/avatars/jaxkey.png");
|
||||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
this->avatars.karlpolice = QPixmap(":/avatars/karlpolice.png");
|
||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||
|
|
|
@ -15,6 +15,7 @@ public:
|
|||
QPixmap fourtf;
|
||||
QPixmap hicupalot;
|
||||
QPixmap iprodigy;
|
||||
QPixmap jaxkey;
|
||||
QPixmap kararty;
|
||||
QPixmap karlpolice;
|
||||
QPixmap mm2pl;
|
||||
|
|
Loading…
Reference in a new issue