mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
avoid bogus taskbar restore when exit full-screen game
This commit is contained in:
parent
cf5e26af87
commit
2fd2ff129b
1 changed files with 1 additions and 1 deletions
|
@ -3857,7 +3857,7 @@ namespace PersistentWindows.Common
|
||||||
if (!fixTaskBar && !restoringFromDB && !restoringSnapshot)
|
if (!fixTaskBar && !restoringFromDB && !restoringSnapshot)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (fullScreenGamingWindows.Count > 0 || exitFullScreenGaming)
|
if (fullScreenGamingWindow != IntPtr.Zero || fullScreenGamingWindows.Count > 0 || exitFullScreenGaming)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
int taskbarMovable = (int)Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove", 1);
|
int taskbarMovable = (int)Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove", 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue