You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only causes an issue if the sync folder does not match the casing on the file system.
I'd suggest we refactor comparisons like this ( we have multiple and multiple approaches to handle the casing) and move them to the Filesystem:: namespace. Filesystem:: startsWith.
The text was updated successfully, but these errors were encountered:
In https://github.com/owncloud/client/blob/master/src/gui/folder.cpp#L532 the comparison is case sensitive while the file system might not be.
This only causes an issue if the sync folder does not match the casing on the file system.
I'd suggest we refactor comparisons like this ( we have multiple and multiple approaches to handle the casing) and move them to the
Filesystem::
namespace.Filesystem:: startsWith
.The text was updated successfully, but these errors were encountered: