diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-08 18:39:17 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:32 -0700 |
commit | 1bed7754e0bf3c009a38818963fe8d0832b36852 (patch) | |
tree | d640176eb3f5bc15ee286759ab42899f72b94898 /launcher/InstanceCopyTask.h | |
parent | 59788823785c186af78d8100fce3bdedbed85c80 (diff) | |
download | PrismLauncher-1bed7754e0bf3c009a38818963fe8d0832b36852.tar.gz PrismLauncher-1bed7754e0bf3c009a38818963fe8d0832b36852.tar.bz2 PrismLauncher-1bed7754e0bf3c009a38818963fe8d0832b36852.zip |
feat(symlinks): make recursive links explicit
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/InstanceCopyTask.h')
-rw-r--r-- | launcher/InstanceCopyTask.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/InstanceCopyTask.h b/launcher/InstanceCopyTask.h index d9651b07..3dce1662 100644 --- a/launcher/InstanceCopyTask.h +++ b/launcher/InstanceCopyTask.h @@ -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; }; |