Browse Source

Merge branch 'pr792'

pull/793/merge
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
565f50e124
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/filetransferinstance.cpp

2
src/filetransferinstance.cpp

@ -212,7 +212,7 @@ void FileTransferInstance::acceptRecvRequest() @@ -212,7 +212,7 @@ void FileTransferInstance::acceptRecvRequest()
{
QString path = Settings::getInstance().getAutoAcceptDir(FriendList::findFriend(friendId)->getToxID());
if (path.isEmpty())
if (path.isEmpty() && Settings::getInstance().getAutoSaveEnabled())
path = Settings::getInstance().getGlobalAutoAcceptDir();
if (!path.isEmpty())

Loading…
Cancel
Save