feature-enhancment from #321, automatically inherit data from killed window

This commit is contained in:
Kang Yu 2024-06-16 18:03:02 -07:00
parent e5f7371829
commit 42a6165603
3 changed files with 99 additions and 61 deletions

View file

@ -655,7 +655,7 @@ namespace PersistentWindows.SystrayShell
static public void RecallLastKilledPosition()
{
pwp.RecallLastKilledPosition(PersistentWindowProcessor.GetForegroundWindow());
pwp.RecallLastPosition(PersistentWindowProcessor.GetForegroundWindow());
}
static public void CenterWindow()