mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +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))
|
if (hwnd == IntPtr.Zero || IsTaskBar(hwnd))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (!enableDualPosSwitch)
|
||||||
|
return;
|
||||||
if (strict_dps_check)
|
if (strict_dps_check)
|
||||||
{
|
{
|
||||||
if (!enableDualPosSwitch)
|
|
||||||
return;
|
|
||||||
if (!dualPosSwitchWindows.Contains(hwnd))
|
if (!dualPosSwitchWindows.Contains(hwnd))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue