#352, add command option -capture_floating_window

This commit is contained in:
Kang Yu 2024-09-09 17:00:48 -07:00
parent eea9165382
commit 2b73c3c2bc
2 changed files with 6 additions and 0 deletions

View file

@ -165,6 +165,9 @@ namespace PersistentWindows.SystrayShell
case "-delay_auto_capture":
delay_auto_capture = 1;
break;
case "-capture_floating_window":
pwp.captureFloatingWindow = true;
break;
case "-dpi_sensitive_call=1":
User32.DpiSenstiveCall = true;
break;