disable notification on busy (closes #32)

This commit is contained in:
pypy
2020-03-03 20:28:16 +09:00
parent cb19b9ec15
commit b73ce2f699
2 changed files with 6 additions and 0 deletions

View File

@@ -911,6 +911,7 @@ CefSharp.BindObjectAsync(
ref
});
}
VRCXStorage.SetObject('currentUser', ref);
return ref;
};