2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Fix crash in sending media with spoilers.

This commit is contained in:
John Preston
2022-12-27 11:24:29 +04:00
parent 11bb4ec615
commit e878ccccb4
3 changed files with 5 additions and 5 deletions

View File

@@ -268,7 +268,7 @@ void Application::run() {
Ui::InitTextOptions();
Ui::StartCachedCorners();
Ui::Emoji::Init();
Ui::PrepareTextSpoilerMask();
Ui::PreloadTextSpoilerMask();
startEmojiImageLoader();
startSystemDarkModeViewer();
Media::Player::start(_audio.get());