mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added SLCH to contributors list (#2990)
This commit is contained in:
parent
faafbdaad4
commit
8c113c2311
5 changed files with 4 additions and 0 deletions
BIN
resources/avatars/slch.png
Normal file
BIN
resources/avatars/slch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -42,6 +42,7 @@ Iulian Onofrei | https://github.com/revolter | :/avatars/revolter.jpg | Contribu
|
|||
matthewde | https://github.com/m4tthewde | :/avatars/matthewde.jpg | Contributor
|
||||
Karar Al-Remahy | https://github.com/KararTY | :/avatars/kararty.png | Contributor
|
||||
Talen | https://github.com/talneoran | | Contributor
|
||||
SLCH | https://github.com/SLCH | :/avatars/slch.png | Contributor
|
||||
|
||||
# If you are a contributor add yourself above this line
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<file>avatars/mm2pl.png</file>
|
||||
<file>avatars/pajlada.png</file>
|
||||
<file>avatars/revolter.jpg</file>
|
||||
<file>avatars/slch.png</file>
|
||||
<file>avatars/zneix.png</file>
|
||||
<file>buttons/addSplit.png</file>
|
||||
<file>buttons/addSplitDark.png</file>
|
||||
|
|
|
@ -8,6 +8,7 @@ Resources2::Resources2()
|
|||
this->avatars.kararty = QPixmap(":/avatars/kararty.png");
|
||||
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
||||
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
||||
this->avatars.slch = QPixmap(":/avatars/slch.png");
|
||||
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
|
||||
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
|
||||
this->buttons.addSplitDark = QPixmap(":/buttons/addSplitDark.png");
|
||||
|
|
|
@ -13,6 +13,7 @@ public:
|
|||
QPixmap kararty;
|
||||
QPixmap mm2pl;
|
||||
QPixmap pajlada;
|
||||
QPixmap slch;
|
||||
QPixmap zneix;
|
||||
} avatars;
|
||||
struct {
|
||||
|
|
Loading…
Reference in a new issue