mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 修复窗口模式初始缩放倍数错误
This commit is contained in:
parent
16457063fb
commit
5db358fdf3
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ ScalingError ScalingService::_StartScaleImpl(HWND hWnd, const Profile& profile,
|
|||
options.initialWindowedScaleFactor = 1.5f;
|
||||
break;
|
||||
case InitialWindowedScaleFactor::x1_75:
|
||||
options.initialWindowedScaleFactor = 1.5f;
|
||||
options.initialWindowedScaleFactor = 1.75f;
|
||||
break;
|
||||
case InitialWindowedScaleFactor::x2:
|
||||
options.initialWindowedScaleFactor = 2.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue