From 4d579f873cea9c882d4d9ceca60d8db44ac16aaa Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 22 Mar 2021 19:52:51 +0400 Subject: [PATCH] Remove tested 110% scale. --- Telegram/SourceFiles/core/launcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp index 9c6674442e..f1d6931de8 100644 --- a/Telegram/SourceFiles/core/launcher.cpp +++ b/Telegram/SourceFiles/core/launcher.cpp @@ -514,7 +514,6 @@ void Launcher::processArguments() { ? style::kScaleAuto : value; } - gConfigScale = 110; AssertIsDebug(); } int Launcher::executeApplication() {