mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-05 15:52:45 +02:00
@@ -111,7 +111,7 @@ void MigrationWorker::process()
|
||||
success_text.append(tr("\n\nIf you wish to clean up the files which were left in the old "
|
||||
"data location, you can do so by deleting the following directory:\n"
|
||||
"%1")
|
||||
.arg(QString::fromStdString(legacy_user_dir)));
|
||||
.arg(QString::fromStdString(legacy_user_dir.string())));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user