mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
Copy world name
This commit is contained in:
@@ -17622,6 +17622,14 @@ speechSynthesis.getVoices();
|
||||
this.copyToClipboard(`https://vrchat.com/home/world/${worldId}`);
|
||||
};
|
||||
|
||||
$app.methods.copyWorldName = function (worldName) {
|
||||
this.$message({
|
||||
message: 'World name copied to clipboard',
|
||||
type: 'success'
|
||||
});
|
||||
this.copyToClipboard(worldName);
|
||||
};
|
||||
|
||||
$app.methods.copyUser = function (userId) {
|
||||
this.$message({
|
||||
message: 'User URL copied to clipboard',
|
||||
|
||||
Reference in New Issue
Block a user