mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
feature-enhancment from #321, automatically inherit data from killed window
This commit is contained in:
parent
e5f7371829
commit
42a6165603
3 changed files with 99 additions and 61 deletions
|
@ -655,7 +655,7 @@ namespace PersistentWindows.SystrayShell
|
|||
|
||||
static public void RecallLastKilledPosition()
|
||||
{
|
||||
pwp.RecallLastKilledPosition(PersistentWindowProcessor.GetForegroundWindow());
|
||||
pwp.RecallLastPosition(PersistentWindowProcessor.GetForegroundWindow());
|
||||
}
|
||||
|
||||
static public void CenterWindow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue