shared: FileSaver: Adjust message as it's confusing on updates

This commit is contained in:
Albert S. 2022-06-02 13:44:15 +02:00
부모 a1be088b7a
커밋 6f11a5e662
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -85,7 +85,7 @@ int FileSaver::processFiles(const QVector<QString> paths, std::function<SaveFile
}
else if(result == OK)
{
Logger::info() << "Added" << path << Qt::endl;
Logger::info() << "Saved" << path << Qt::endl;
}
}
}