feat(symlinks): make recursive links explicit
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user