2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Fix emoji picker button in boxes in non-default scale.

This commit is contained in:
John Preston
2021-03-22 19:40:56 +04:00
parent 0e6d4291a2
commit 56c8327746
3 changed files with 24 additions and 13 deletions

View File

@@ -514,6 +514,7 @@ void Launcher::processArguments() {
? style::kScaleAuto
: value;
}
gConfigScale = 110; AssertIsDebug();
}
int Launcher::executeApplication() {