mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
do not auto-restore upon program start
This commit is contained in:
parent
0e622b8021
commit
2bfd021698
1 changed files with 1 additions and 1 deletions
|
@ -3164,7 +3164,7 @@ namespace PersistentWindows.Common
|
||||||
else
|
else
|
||||||
Log.Error($"Inherit position data from existing window 0x{kid.ToString("X")} for {curDisplayMetrics.Title}");
|
Log.Error($"Inherit position data from existing window 0x{kid.ToString("X")} for {curDisplayMetrics.Title}");
|
||||||
|
|
||||||
if (autoRestoreNewWindowToLastCapture)
|
if (initialized && autoRestoreNewWindowToLastCapture)
|
||||||
restore_last = true;
|
restore_last = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue