mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
rewind auto capture which happened right before session lock
This commit is contained in:
parent
eade031052
commit
8b12f6e4a8
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ namespace PersistentWindows.Common
|
|||
case SessionSwitchReason.SessionLock:
|
||||
Log.Event("Session closing: reason {0}", args.Reason);
|
||||
{
|
||||
UndoCapture(DateTime.Now);
|
||||
sessionLocked = true;
|
||||
sessionActive = false;
|
||||
EndDisplaySession();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue