mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
let -foreground_background_dual_position switch control the new feature introduced in last commit
This commit is contained in:
parent
21e664b4c0
commit
9334f516a1
1 changed files with 2 additions and 2 deletions
|
@ -2456,10 +2456,10 @@ namespace PersistentWindows.Common
|
|||
if (hwnd == IntPtr.Zero || IsTaskBar(hwnd))
|
||||
return;
|
||||
|
||||
if (!enableDualPosSwitch)
|
||||
return;
|
||||
if (strict_dps_check)
|
||||
{
|
||||
if (!enableDualPosSwitch)
|
||||
return;
|
||||
if (!dualPosSwitchWindows.Contains(hwnd))
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue