mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Merge pull request #1857 from Trial97/copy_time
This commit is contained in:
parent
b6a366ed97
commit
52ccf3d93b
2 changed files with 2 additions and 2 deletions
|
|
@ -142,9 +142,8 @@ void InstanceCopyTask::copyFinished()
|
|||
if (!m_keepPlaytime) {
|
||||
inst->resetTimePlayed();
|
||||
}
|
||||
if (m_useLinks)
|
||||
inst->addLinkedInstanceId(m_origInstance->id());
|
||||
if (m_useLinks) {
|
||||
inst->addLinkedInstanceId(m_origInstance->id());
|
||||
auto allowed_symlinks_file = QFileInfo(FS::PathCombine(inst->gameRoot(), "allowed_symlinks.txt"));
|
||||
|
||||
QByteArray allowed_symlinks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue