Remove tested 110% scale.

This commit is contained in:
John Preston 2021-03-22 19:52:51 +04:00
parent 56c8327746
commit 4d579f873c

View file

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