diff --git a/source/backend/plugin/NativePlugin.cpp b/source/backend/plugin/NativePlugin.cpp index 30901ae72..6770edf43 100644 --- a/source/backend/plugin/NativePlugin.cpp +++ b/source/backend/plugin/NativePlugin.cpp @@ -715,7 +715,7 @@ public: } #ifndef BUILD_BRIDGE - if ((fDescriptor->hints & ::PLUGIN_USES_PARENT_ID) == 0) + if ((fDescriptor->hints & ::PLUGIN_USES_PARENT_ID) == 0 && std::strstr(fDescriptor->label, "file") == nullptr) pData->tryTransient(); #endif