new feature: ctrl click pw icon to bring the current foreground window back to where it was before activated

This commit is contained in:
Kang Yu 2023-08-07 16:09:13 -07:00
parent 92e9fcdc69
commit 94bcf761d6
3 changed files with 64 additions and 16 deletions

View file

@ -538,6 +538,11 @@ namespace PersistentWindows.SystrayShell
pwp.RestoreSnapshot(id);
}
static public void BringForegroundToBackground()
{
pwp.BringForegroundToBackground();
}
static public void PauseAutoRestore()
{
pwp.pauseAutoRestore = true;