mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Minor bug fix dealing with paths
This commit is contained in:
parent
f481c02876
commit
535aa119f7
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ void OwnCloudSync::localFileChanged(QString name)
|
|||
void OwnCloudSync::scanLocalDirectoryForNewFiles(QString path)
|
||||
{
|
||||
QString remote;
|
||||
path = path=="/"?"":path;
|
||||
//path = path=="/"?"":path;
|
||||
if(mRemoteDirectory != "/") {
|
||||
remote = mRemoteDirectory+"/";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue