]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/iconmanager.cpp
Don't try to show the terminal in dolphin when in Windows
[dolphin.git] / src / iconmanager.cpp
index c0508774fc3dce616c4beac58e26e045dcb87a70..03dd70cf9ac82d74e93142e57379ef5651bd5b56 100644 (file)
@@ -66,6 +66,9 @@ void IconManager::setShowPreview(bool show)
         m_showPreview = show;
         m_cutItemsCache.clear();
         updateCutItems();
+        if (show) {
+            updatePreviews();
+        }
     }
 }