diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 671ba6885..8082db742 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1399,7 +1399,7 @@ QString getUUID() uuidString = uuid.toString(); qPrefUpdateManager::set_uuidString(uuidString); } - uuidString.replace("{", "p").replace("}", ""); + uuidString.replace("{", "").replace("}", ""); return uuidString; }