mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
#282: capture current dir of explorer window for restore from db
This commit is contained in:
parent
6bc6588727
commit
7f70dda590
3 changed files with 37 additions and 6 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue