Open PDF instead of downloading

Hi @Dragoljub_Djordjevic,

There are hooks there, e.g. FileManager::downloadFile, thus, you can make a plugin that hooks into downloadByPath and changes $inline parameter to true under certain conditions, e.g. if $mediaType == "application/pdf". But I don’t know to what other consequences it can lead.