kaktree icon indicating copy to clipboard operation
kaktree copied to clipboard

Make it work again with files with spaces in filename

Open JJK96 opened this issue 3 years ago • 0 comments

Breaking change: no

Description: The previous version did no longer work with files with spaces in the filename. I found that this was caused by double escaping of the space. So, "space directory" became "space\ directory". Now I removed the second escape, so it now correctly becomes "space\ directory" and works again.

JJK96 avatar Nov 26 '21 09:11 JJK96