Add Mm2PL's avatar to contributors list. (#2139)

This commit is contained in:
Mm2PL
2020-10-31 14:52:05 +00:00
committed by GitHub
parent 3c1abbd297
commit ee14492e15
5 changed files with 4 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ namespace chatterino {
Resources2::Resources2()
{
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
+1
View File
@@ -10,6 +10,7 @@ public:
struct {
QPixmap fourtf;
QPixmap mm2pl;
QPixmap pajlada;
QPixmap zneix;
} avatars;