mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: iCCP - known incorrect sRGB profile (#4199)
When you start Chatterino, you get two warnings from libpng: libpng warning: iCCP: known incorrect sRGB profile. This is because two resources shipped by Chatterino have this incorrect profile. This PR fixes that (essentially just convert file.png file.png).
This commit is contained in:
parent
cc661d5f42
commit
22bd78e3b3
|
@ -11,6 +11,7 @@
|
||||||
- Bugfix: Fixed white border appearing around maximized window on Windows. (#4190)
|
- Bugfix: Fixed white border appearing around maximized window on Windows. (#4190)
|
||||||
- Bugfix: Fixed window scaling being applied too many times on startup, causing windows like Settings to be slow. (#4193)
|
- Bugfix: Fixed window scaling being applied too many times on startup, causing windows like Settings to be slow. (#4193)
|
||||||
- Bugfix: Fixed input text cursor flickering when selecting text in a split. (#4197)
|
- Bugfix: Fixed input text cursor flickering when selecting text in a split. (#4197)
|
||||||
|
- Bugfix: Fixed shipped resources having incorrect ICC profile (#4199)
|
||||||
|
|
||||||
## 2.4.0-beta
|
## 2.4.0-beta
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 331 B |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 798 B |
Loading…
Reference in a new issue