krlvm/BeautySearch

A small bug about the user's name

Closed this issue · 4 comments

My profile name is shown as "Enderturtle", but my ProfileImagePath is "houch".
It seems BeautySearch doesn't use the ProfileImagePath to get the true path.

image

image

krlvm commented

It actually uses %LocalAppData% environment variable, you need to correct it since it is not an expected use case.

@krlvm I’m sorry to interrupt you. But actually, %LocalAppData% points to the correct path.
I do not know how to correct it in this case.
image

krlvm commented

Does this build fix the issue?
BeautySearch.zip

Now it works! Thanks very much!