┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
authorVictor Blanchard <[email protected]>2025-05-28 12:33:52 +0200
committerMéven Car <[email protected]>2025-05-28 10:33:52 +0000
commitedda24eb851c2647f7dde01885008ef60fcadd9a (patch)
treeb49978ac3135b7de5346a93f43ff013898f3c365 /src/settings/dolphin_directoryviewpropertysettings.kcfg
parent0959642be297bf0749467c204e511f5887b17ee1 (diff)
dolphinview: Add a dynamic view option
Added a 'dynamic view' option, which allows to switch from a 'compact' or 'details' view to an 'icons' view if most of the files in the directory are images or videos. It reverts to the previous view mode when we switch to a directory which doesn't meet that criteria. The view mode is only changed once so users don't have to undo that for specific folders when they don't want icon view. A setting is added in the "Display style" section of the general view setting page. BUG: 491139
Diffstat (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index e0c8aa1cc..bae1f409f 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -77,6 +77,11 @@
<whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
</entry>
+ <entry name="DynamicViewPassed" type="Bool">
+ <label context="@label">View mode changed once by dynamic view</label>
+ <default>false</default>
+ </entry>
+
<!-- Obsolete - replaced by VisibleRoles -->
<entry name="AdditionalInfo" type="StringList">
<label context="@label">Additional Information</label>