A photo manager for VRChat.

hjklhjklhjklhjklhjkl

Changed files
+2
src-tauri
+2
src-tauri/src/util/handle_uri_proto.rs
··· 27 27 // becomes a potential issue if the frontend gets modified or there's an issue with tauri. 28 28 29 29 let path = uri.path().split_at(1).1; 30 + dbg!(path); 31 + 30 32 let file = fs::File::open(path); 31 33 32 34 match file {