diff --git a/libs/widgets/plugin/imageviewplugin.cpp b/libs/widgets/plugin/imageviewplugin.cpp index 6f794f2..dc2028b 100644 --- a/libs/widgets/plugin/imageviewplugin.cpp +++ b/libs/widgets/plugin/imageviewplugin.cpp @@ -55,7 +55,7 @@ QString ImageViewPlugin::whatsThis() const { bool ImageViewPlugin::isContainer() const { - return false; + return true; }