add option -reject_scale_factor_change=0

This commit is contained in:
Kang Yu 2024-03-04 21:45:12 -08:00
parent c5763a4f98
commit e458d4c1f4
2 changed files with 7 additions and 0 deletions

View file

@ -154,6 +154,9 @@ namespace PersistentWindows.SystrayShell
case "-dpi_sensitive_call=0":
User32.DpiSenstiveCall = false;
break;
case "-reject_scale_factor_change=0":
pwp.rejectScaleFactorChange = false;
break;
case "-redirect_appdata":
redirect_appdata = true;
break;