Return no mount error if there is none
This commit is contained in:
parent
6a804faca8
commit
0772318577
1 changed files with 1 additions and 2 deletions
|
@ -121,9 +121,8 @@ QString SftpPlugin::getMountError()
|
|||
{
|
||||
if (!mountError.isEmpty()) {
|
||||
return mountError;
|
||||
} else {
|
||||
return i18n("Could not mount device filesystem");
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue