mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
introduce extra delay in manual restore required for moving taskbar using simulated method
This commit is contained in:
parent
2525ab2882
commit
8c56770402
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
|
|||
|
||||
static public void Restore()
|
||||
{
|
||||
Thread.Sleep(2000); // let mouse settle still for taskbar restoration
|
||||
pwp.BeginRestoreApplicationsOnCurrentDisplays();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue