mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
add option -reject_scale_factor_change=0
This commit is contained in:
parent
c5763a4f98
commit
e458d4c1f4
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue