]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
Items are expandable in the Details View.
[dolphin.git] / src / views / dolphinview.cpp
index 678111eca30efe5ff317bb1e71c2fcf345bc12a5..448bd9daa8be9e061f09b5fe5e7d7c9d3916ed35 100644 (file)
@@ -863,7 +863,7 @@ bool DolphinView::isTabsForFilesEnabled() const
 
 bool DolphinView::itemsExpandable() const
 {
-    return false; //m_viewAccessor.itemsExpandable();
+    return m_mode == DetailsView;
 }
 
 void DolphinView::restoreState(QDataStream& stream)