mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Toggle avatar cloning
This commit is contained in:
@@ -18468,6 +18468,14 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
};
|
||||
|
||||
$app.methods.toggleAvatarCopying = function () {
|
||||
API.saveCurrentUser({
|
||||
allowAvatarCopying: !API.currentUser.allowAvatarCopying
|
||||
}).then((args) => {
|
||||
return args;
|
||||
});
|
||||
};
|
||||
|
||||
$app = new Vue($app);
|
||||
window.$app = $app;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user