Adding xHeaveny to Contributor List (#3072)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user