mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
avoid hiding commander window when activated
This commit is contained in:
parent
8f73b7fba3
commit
90b2a2f2c6
1 changed files with 5 additions and 0 deletions
|
@ -752,6 +752,11 @@ namespace PersistentWindows.Common
|
|||
IntPtr fgwnd = GetForegroundWindow();
|
||||
if (!PersistentWindowProcessor.IsBrowserWindow(fgwnd))
|
||||
{
|
||||
if (browserWindowActivated)
|
||||
{
|
||||
StartAliveTimer(6, 1000);
|
||||
return;
|
||||
}
|
||||
Visible = false;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue