diff --git a/resources/avatars/xheaveny.png b/resources/avatars/xheaveny.png new file mode 100644 index 000000000..0977b6402 Binary files /dev/null and b/resources/avatars/xheaveny.png differ diff --git a/resources/contributors.txt b/resources/contributors.txt index 062ad0ed8..135b6abdb 100644 --- a/resources/contributors.txt +++ b/resources/contributors.txt @@ -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 diff --git a/resources/resources_autogenerated.qrc b/resources/resources_autogenerated.qrc index c40edc973..85cbf9d7b 100644 --- a/resources/resources_autogenerated.qrc +++ b/resources/resources_autogenerated.qrc @@ -7,6 +7,7 @@ avatars/pajlada.png avatars/revolter.jpg avatars/slch.png + avatars/xheaveny.png avatars/zneix.png buttons/addSplit.png buttons/addSplitDark.png @@ -105,4 +106,4 @@ twitch/verified.png twitch/vip.png - \ No newline at end of file + diff --git a/src/autogenerated/ResourcesAutogen.cpp b/src/autogenerated/ResourcesAutogen.cpp index d4b48b970..008fb9d6a 100644 --- a/src/autogenerated/ResourcesAutogen.cpp +++ b/src/autogenerated/ResourcesAutogen.cpp @@ -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 \ No newline at end of file +} // namespace chatterino diff --git a/src/autogenerated/ResourcesAutogen.hpp b/src/autogenerated/ResourcesAutogen.hpp index 7277cc681..f5454954b 100644 --- a/src/autogenerated/ResourcesAutogen.hpp +++ b/src/autogenerated/ResourcesAutogen.hpp @@ -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 \ No newline at end of file +} // namespace chatterino