A photo manager for VRChat.

hjklhjklhjklhjklhjkl

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