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 restore foreground window to its last closing position
This commit is contained in:
parent
42533389f2
commit
5999a5bff6
3 changed files with 13 additions and 6 deletions
|
@ -543,6 +543,11 @@ namespace PersistentWindows.SystrayShell
|
|||
pwp.FgWindowToBottom();
|
||||
}
|
||||
|
||||
static public void RecallLastKilledPosition()
|
||||
{
|
||||
pwp.RecallLastKilledPosition(pwp.GetForegroundWindow());
|
||||
}
|
||||
|
||||
static public void PauseAutoRestore()
|
||||
{
|
||||
pwp.pauseAutoRestore = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue