mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix invite response, small fixes
This commit is contained in:
@@ -163,7 +163,10 @@ function copyToClipboard(text, message = 'Copied successfully!') {
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error('Copy failed:', err);
|
||||
ElMessage.error('Copy failed!');
|
||||
ElMessage({
|
||||
message: 'Copy failed!',
|
||||
type: 'error'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user