mention oculus disabled uploads

This commit is contained in:
Leon van Kammen 2023-07-04 17:22:05 +02:00
parent d6cb6e479b
commit 9be235bc69
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
export function loadFile(contentLoaders, multiple){
return () => {
window.notify("if you're on Meta browser, file-uploads might be disabled")
let input = document.createElement('input');
input.type = 'file';
input.multiple = multiple;