2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Improve device model name handling.

This commit is contained in:
John Preston
2021-11-25 15:44:30 +04:00
parent c947586091
commit 82e150a27e
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace {
constexpr auto kSessionsShortPollTimeout = 60 * crl::time(1000);
constexpr auto kMaxDeviceModelLength = 16;
constexpr auto kMaxDeviceModelLength = 32;
void RenameBox(not_null<Ui::GenericBox*> box) {
box->setTitle(tr::lng_settings_rename_device_title());