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
5 changed files with 7 additions and 3 deletions
+2 -1
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
+2 -1
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