mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
fix failure to restore taskbar after full-screen gaming play
This commit is contained in:
parent
76118726a8
commit
0d3d5c24f3
1 changed files with 2 additions and 1 deletions
|
@ -1806,9 +1806,10 @@ namespace PersistentWindows.Common
|
|||
if (fullScreenGamingWindows.Contains(hwnd))
|
||||
{
|
||||
fullScreenGamingWindows.Remove(hwnd);
|
||||
fullScreenGamingWindow = IntPtr.Zero;
|
||||
exitFullScreenGaming = true;
|
||||
}
|
||||
if (hwnd == fullScreenGamingWindow)
|
||||
fullScreenGamingWindow = IntPtr.Zero;
|
||||
dualPosSwitchWindows.Remove(hwnd);
|
||||
|
||||
bool found_history = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue