Allow wide chats in empty window.

This commit is contained in:
John Preston
2024-05-16 13:35:21 +04:00
parent 4d4cf472c8
commit d91b75b8f8
9 changed files with 149 additions and 57 deletions

View File

@@ -400,7 +400,7 @@ bool ReadSetting(
stream >> v;
if (!CheckStreamStatus(stream)) return false;
Core::App().settings().setDialogsWidthRatio(v / 1000000.);
Core::App().settings().updateDialogsWidthRatio(v / 1000000., false);
context.legacyRead = true;
} break;