From 0f7a9c681c4f7336362bf8a5d1c41f2bc8ed9215 Mon Sep 17 00:00:00 2001 From: Wagner Soares Date: Thu, 19 Feb 2026 17:57:02 -0300 Subject: viewproperties: Add per-folder zoom Adds ZoomLevel flag to the directory and uses it instead of global settings when globalViewProps is set to false. CCBUG: 169405 --- src/views/dolphinitemlistview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/views/dolphinitemlistview.h') diff --git a/src/views/dolphinitemlistview.h b/src/views/dolphinitemlistview.h index 0483c0644..7ac7a4fad 100644 --- a/src/views/dolphinitemlistview.h +++ b/src/views/dolphinitemlistview.h @@ -62,6 +62,8 @@ private: private: int m_zoomLevel; + int m_previewSize = 0; + int m_iconSize = 0; }; #endif -- cgit v1.3.1