introduce extra delay in manual restore required for moving taskbar using simulated method

This commit is contained in:
Kang Yu 2020-03-15 15:33:55 -07:00
parent 2525ab2882
commit 8c56770402

View file

@ -78,6 +78,7 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
static public void Restore()
{
Thread.Sleep(2000); // let mouse settle still for taskbar restoration
pwp.BeginRestoreApplicationsOnCurrentDisplays();
}