mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix null world errors on new instance invite, maybe
This commit is contained in:
@@ -15,6 +15,7 @@ Vue.component('v-swatches', VSwatches);
|
||||
import '../node_modules/vue-swatches/dist/vue-swatches.css';
|
||||
import ElementUI from 'element-ui';
|
||||
import locale from 'element-ui/lib/locale/lang/en';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
|
||||
import {appVersion} from './constants.js';
|
||||
import sharedRepository from './repository/shared.js';
|
||||
@@ -225,14 +226,6 @@ speechSynthesis.getVoices();
|
||||
|
||||
Vue.use(DataTables);
|
||||
|
||||
var uuidv4 = () => 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {
|
||||
var v = Math.random() * 16 | 0;
|
||||
if (c !== 'x') {
|
||||
v |= 8;
|
||||
}
|
||||
return v.toString(16);
|
||||
});
|
||||
|
||||
var $appDarkStyle = document.createElement('link');
|
||||
$appDarkStyle.disabled = true;
|
||||
$appDarkStyle.rel = 'stylesheet';
|
||||
|
||||
Reference in New Issue
Block a user