new feature: ctrl alt click pw icon to bring current foreground window to bottom

This commit is contained in:
Kang Yu 2023-08-07 18:46:15 -07:00
parent cf7bc24013
commit 3b7592e1cc
3 changed files with 26 additions and 2 deletions

View file

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