Windows fix (again)

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-06-26 17:01:52 -04:00
parent 0575caa8df
commit 1b3359a1d7

View File

@@ -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;
}