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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user