diff --git a/UI/window-importer.cpp b/UI/window-importer.cpp index 71c02e45c..ede03679b 100644 --- a/UI/window-importer.cpp +++ b/UI/window-importer.cpp @@ -578,6 +578,7 @@ void OBSImporter::importCollections() QString file = res["name"].string_value().c_str(); file.replace(" ", "_"); + file.replace("/", "_"); bool safe = !CheckConfigExists(dst, file); int x = 1; while (!safe) {