ui/about: Fix incorrect icon for YouTube URL

Fixes #329
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-09-25 20:34:46 +02:00 committed by Michael Fabian Dirks
parent 81a970473f
commit 8c99b56997

View file

@ -58,7 +58,7 @@ static const std::list<streamfx::ui::about::entry> _entries = {
text_social_twitch.data(), streamfx::ui::about::link_type::NONE, "", ""}, text_social_twitch.data(), streamfx::ui::about::link_type::NONE, "", ""},
/// https://crowdin.com/profile/hydargos (Proofreader, French) /// https://crowdin.com/profile/hydargos (Proofreader, French)
streamfx::ui::about::entry{"hydargos", streamfx::ui::about::role_type::TRANSLATOR, "", streamfx::ui::about::entry{"hydargos", streamfx::ui::about::role_type::TRANSLATOR, "",
streamfx::ui::about::link_type::SOCIAL_TWITCH, "https://www.youtube.com/hydargos", streamfx::ui::about::link_type::SOCIAL_YOUTUBE, "https://www.youtube.com/hydargos",
text_social_youtube.data(), streamfx::ui::about::link_type::NONE, "", ""}, text_social_youtube.data(), streamfx::ui::about::link_type::NONE, "", ""},
/// https://crowdin.com/profile/saygo1125 (Proofreader, Japanese) /// https://crowdin.com/profile/saygo1125 (Proofreader, Japanese)
streamfx::ui::about::entry{"saygo1125", streamfx::ui::about::role_type::TRANSLATOR, "", streamfx::ui::about::entry{"saygo1125", streamfx::ui::about::role_type::TRANSLATOR, "",