aboutsummaryrefslogtreecommitdiff
path: root/launcher/InstanceCopyTask.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-02-08 18:39:17 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-03-20 14:56:32 -0700
commit1bed7754e0bf3c009a38818963fe8d0832b36852 (patch)
treed640176eb3f5bc15ee286759ab42899f72b94898 /launcher/InstanceCopyTask.h
parent59788823785c186af78d8100fce3bdedbed85c80 (diff)
downloadPrismLauncher-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.h3
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;
};