mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-22 20:15:43 +02:00
Minor bug fix dealing with paths
This commit is contained in:
parent
f481c02876
commit
535aa119f7
@ -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 New Issue
Block a user