mirror of https://github.com/procxx/kepka.git
Allow sending large images again (up to 108MP).
This commit is contained in:
parent
b16696db93
commit
15b19f8565
|
@ -57,7 +57,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
|
||||
namespace {
|
||||
|
||||
constexpr auto kImageAreaLimit = 6'016 * 3'384;
|
||||
constexpr auto kImageAreaLimit = 12'032 * 9'024;
|
||||
|
||||
App::LaunchState _launchState = App::Launched;
|
||||
|
||||
|
|
Loading…
Reference in New Issue