Update Utils.qml

This commit is contained in:
Mykhailo Prakhov 2022-11-10 13:03:18 +02:00
parent e3b088eaea
commit eda2fcabc0
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ QtObject {
}
function encodeUtf8(str){
return unescape( encodeURIComponent(str));
return unescape(encodeURIComponent(str));
}
}