A photo manager for VRChat.

oh wait oops

Changed files
+1 -1
src
Components
+1 -1
src/Components/PhotoViewer.tsx
··· 225 225 imageViewer.style.opacity = '0'; 226 226 227 227 if(photo){ 228 - imageViewer.src = (window.OS === "windows" ? "http://photo.localhost/" : 'photo://localhost') + window.PhotoViewerManager.CurrentPhoto()?.path.split('\\').join('/') + "?full"; 228 + imageViewer.src = (window.OS === "windows" ? "http://photo.localhost/" : 'photo://localhost/') + window.PhotoViewerManager.CurrentPhoto()?.path.split('\\').join('/') + "?full"; 229 229 imageViewer.crossOrigin = 'anonymous'; 230 230 231 231 anime({