#282: capture current dir of explorer window for restore from db

This commit is contained in:
Kang Yu 2024-01-31 19:36:36 -08:00
parent 6bc6588727
commit 7f70dda590
3 changed files with 37 additions and 6 deletions

View file

@ -27,6 +27,7 @@ namespace PersistentWindows.Common.Models
public string ClassName { get; set; }
public string ProcessName { get; set; }
public string Title { get; set; }
public string Dir { get; set; }
public bool IsFullScreen { get; set; }
public bool IsMinimized { get; set; }
public bool IsInvisible { get; set; }