Skip to content

Fix some indexed folders not displayed in preference browser because uri is encoded

When an indexed network folder contains an accent, it is not displayed properly in preference browser.

That's because uri.toString() return the path with scheme, but all encoded (while uri.path returns the decoded path without scheme). it needs to be decoded to match the item.

Edited by Sébastien Toque

Merge request reports