1262:f6b253c17643 | 1263:0256edecda54 |
---|---|
253 _requests.clear(); | 253 _requests.clear(); |
254 | 254 |
255 if (primaryFile()) | 255 if (primaryFile()) |
256 emit primaryFileDownloaded(); | 256 emit primaryFileDownloaded(); |
257 | 257 |
258 for (LDDocument* file : _files) | |
259 file->reloadAllSubfiles(); | |
260 | |
261 if (m_config->autoCloseDownloadDialog() and not failed) | 258 if (m_config->autoCloseDownloadDialog() and not failed) |
262 { | 259 { |
263 // Close automatically if desired. | 260 // Close automatically if desired. |
264 accept(); | 261 accept(); |
265 } | 262 } |