feat(symlinks): make recursive links explicit
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
5978882378
commit
1bed7754e0
7 changed files with 59 additions and 7 deletions
|
@ -32,5 +32,6 @@ private:
|
|||
bool m_keepPlaytime;
|
||||
bool m_useLinks = false;
|
||||
bool m_useHardLinks = false;
|
||||
bool m_copySaves = true;
|
||||
bool m_copySaves = false;
|
||||
bool m_linkRecursively = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue