mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
refine message print
This commit is contained in:
parent
e4571e4f34
commit
3cb7f93cee
1 changed files with 1 additions and 1 deletions
|
@ -3127,7 +3127,7 @@ namespace PersistentWindows.Common
|
|||
|
||||
if (restore_last && prevDisplayMetrics != null && !restoringFromDB)
|
||||
{
|
||||
Log.Error($"recall last position for {windowTitle[hwnd]}");
|
||||
Log.Error($"restore {windowTitle[hwnd]} to last captured position");
|
||||
restoringFromMem = true;
|
||||
RestoreApplicationsOnCurrentDisplays(curDisplayKey, hwnd, prevDisplayMetrics.CaptureTime);
|
||||
restoringFromMem = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue