diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-09 16:19:38 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:32 -0700 |
commit | bc8336a4b115fd190e068f57159d925683ba3930 (patch) | |
tree | 20fb544508a3b7d94cb0e522812720052ca7cac3 /launcher/InstanceCopyTask.cpp | |
parent | 397e7f036339b09569317300423261f2b37d6119 (diff) | |
download | PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.tar.gz PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.tar.bz2 PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.zip |
fix: cleanup UI, detect FAT and turn off links
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/InstanceCopyTask.cpp')
-rw-r--r-- | launcher/InstanceCopyTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/InstanceCopyTask.cpp b/launcher/InstanceCopyTask.cpp index b3ea54b0..ba0052fa 100644 --- a/launcher/InstanceCopyTask.cpp +++ b/launcher/InstanceCopyTask.cpp @@ -13,7 +13,7 @@ InstanceCopyTask::InstanceCopyTask(InstancePtr origInstance, const InstanceCopyP QString filters = prefs.getSelectedFiltersAsRegex(); - m_useLinks = prefs.isLinkFilesEnabled(); + m_useLinks = prefs.isUseSymLinksEnabled(); m_linkRecursively = prefs.isLinkRecursivelyEnabled(); m_useHardLinks = prefs.isLinkRecursivelyEnabled() && prefs.isUseHardLinksEnabled(); m_copySaves = prefs.isLinkRecursivelyEnabled() && prefs.isDontLinkSavesEnabled() && prefs.isCopySavesEnabled(); |