tangled
alpha
login
or
join now
phaz.uk
/
VRChat-Photo-Manager
A photo manager for VRChat.
0
fork
atom
overview
issues
pulls
pipelines
hjklhjklhjklhjklhjkl
phaz.uk
1 year ago
f9f05e01
e5f85af3
options
unified
split
Changed files
+2
src-tauri
src
util
handle_uri_proto.rs
+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
30
+
dbg!(path);
31
31
+
30
32
let file = fs::File::open(path);
31
33
32
34
match file {