mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
new feature: ctrl click pw icon to bring the current foreground window back to where it was before activated
This commit is contained in:
parent
92e9fcdc69
commit
94bcf761d6
3 changed files with 64 additions and 16 deletions
|
@ -538,6 +538,11 @@ namespace PersistentWindows.SystrayShell
|
|||
pwp.RestoreSnapshot(id);
|
||||
}
|
||||
|
||||
static public void BringForegroundToBackground()
|
||||
{
|
||||
pwp.BringForegroundToBackground();
|
||||
}
|
||||
|
||||
static public void PauseAutoRestore()
|
||||
{
|
||||
pwp.pauseAutoRestore = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue