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