Allow wide chats in empty window.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user