mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Adjust large stream thumbnail to 16:9 (#3655)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
e5d94591c6
commit
a53f8d32e1
|
@ -3,6 +3,7 @@
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
- Minor: Added quotation marks in the permitted/blocked Automod messages for clarity. (#3654)
|
- Minor: Added quotation marks in the permitted/blocked Automod messages for clarity. (#3654)
|
||||||
|
- Minor: Adjust large stream thumbnail to 16:9 (#3655)
|
||||||
- Bugfix: Fixed live notifications for usernames containing uppercase characters. (#3646)
|
- Bugfix: Fixed live notifications for usernames containing uppercase characters. (#3646)
|
||||||
|
|
||||||
## 2.3.5
|
## 2.3.5
|
||||||
|
|
|
@ -714,7 +714,7 @@ void SplitHeader::updateChannelText()
|
||||||
url.append("-160x90.jpg");
|
url.append("-160x90.jpg");
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
url.append("-360x180.jpg");
|
url.append("-360x203.jpg");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
url = "";
|
url = "";
|
||||||
|
|
Loading…
Reference in a new issue