┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2019-03-17 21:25:24 +0100
committerMéven Car <[email protected]>2019-03-17 21:25:24 +0100
commitdf81f266cab6ca5beb888ff2dc5d26cfb31ee17d (patch)
treebe7d9365ba69cb10e3519b1f950f2d44ec1463f5 /src/panels
parentbc1a99bd11f4e1c054e55c8fde957ce0de89f989 (diff)
parentbf314f2dff99ad972a424564499e4d988588a173 (diff)
Merge remote-tracking branch 'origin/Applications/19.04'
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/information/informationpanelcontent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp
index 7704bdf16..4b34e55e3 100644
--- a/src/panels/information/informationpanelcontent.cpp
+++ b/src/panels/information/informationpanelcontent.cpp
@@ -300,7 +300,7 @@ KFileItemList InformationPanelContent::items() {
void InformationPanelContent::slotHasVideoChanged(bool hasVideo)
{
- m_preview->setVisible(!hasVideo);
+ m_preview->setVisible(InformationPanelSettings::previewsShown() && !hasVideo);
}
void InformationPanelContent::refreshMetaData()