mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
cleanup code
This commit is contained in:
@@ -615,7 +615,7 @@ window.configRepository = configRepository;
|
||||
$app.methods.updateLoop = async function () {
|
||||
try {
|
||||
this.currentTime = new Date().toJSON();
|
||||
this.currentUserStatus = sharedRepository.get('current_user_status');
|
||||
this.currentUserStatus = sharedRepository.getString('current_user_status');
|
||||
if (configRepository.getBool('VRCX_hideDevicesFromFeed') === false) {
|
||||
VRCX.GetVRDevices().then((devices) => {
|
||||
devices.forEach((device) => {
|
||||
|
||||
Reference in New Issue
Block a user