Adding xHeaveny to Contributor List (#3072)

This commit is contained in:
xHeaveny 2021-07-31 14:47:56 +02:00 committed by GitHub
parent bbe7849240
commit 0f0b0c03b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -43,6 +43,7 @@ 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
xHeaveny_ | https://github.com/xHeaveny | :/avatars/xheaveny.png | Contributor
# If you are a contributor add yourself above this line

View file

@ -7,6 +7,7 @@
<file>avatars/pajlada.png</file>
<file>avatars/revolter.jpg</file>
<file>avatars/slch.png</file>
<file>avatars/xheaveny.png</file>
<file>avatars/zneix.png</file>
<file>buttons/addSplit.png</file>
<file>buttons/addSplitDark.png</file>
@ -105,4 +106,4 @@
<file>twitch/verified.png</file>
<file>twitch/vip.png</file>
</qresource>
</RCC>
</RCC>

View file

@ -9,6 +9,7 @@ Resources2::Resources2()
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.slch = QPixmap(":/avatars/slch.png");
this->avatars.xheaveny = QPixmap(":/avatars/xheaveny.png");
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
this->buttons.addSplitDark = QPixmap(":/buttons/addSplitDark.png");
@ -61,4 +62,4 @@ Resources2::Resources2()
this->twitch.vip = QPixmap(":/twitch/vip.png");
}
} // namespace chatterino
} // namespace chatterino

View file

@ -14,6 +14,7 @@ public:
QPixmap mm2pl;
QPixmap pajlada;
QPixmap slch;
QPixmap xheaveny;
QPixmap zneix;
} avatars;
struct {
@ -77,4 +78,4 @@ public:
} twitch;
};
} // namespace chatterino
} // namespace chatterino