2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Allow sending large images again (up to 108MP).

This commit is contained in:
John Preston
2020-04-13 15:12:43 +04:00
parent b16696db93
commit 15b19f8565

View File

@@ -57,7 +57,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace { namespace {
constexpr auto kImageAreaLimit = 6'016 * 3'384; constexpr auto kImageAreaLimit = 12'032 * 9'024;
App::LaunchState _launchState = App::Launched; App::LaunchState _launchState = App::Launched;