mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 13:06:08 +02:00
formatting
This commit is contained in:
+1
-2
@@ -7541,8 +7541,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
var bodyEnd = '\n---------------------------26696829785232761561272838397--\n';
|
var bodyEnd = '\n---------------------------26696829785232761561272838397--\n';
|
||||||
var body = bodyStart + r.result + bodyEnd
|
var body = bodyStart + r.result + bodyEnd
|
||||||
var base64Body = btoa(body);
|
var base64Body = btoa(body);
|
||||||
API.uploadVRCPlusIcon(base64Body
|
API.uploadVRCPlusIcon(base64Body).then((args) => {
|
||||||
).then((args) => {
|
|
||||||
this.$message({
|
this.$message({
|
||||||
message: 'Icon uploaded',
|
message: 'Icon uploaded',
|
||||||
type: 'success'
|
type: 'success'
|
||||||
|
|||||||
Reference in New Issue
Block a user