┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-10-27 17:20:40 +0000
committerMéven Car <[email protected]>2024-10-27 17:20:40 +0000
commitfdf854bd81d9e42df2d8672d49a0b7fcdb7443a5 (patch)
tree63e52b962b465d1af5ff46fe2935125827ab2e0c /src/settings/dolphin_directoryviewpropertysettings.kcfg
parentad8a75cd9f5fa26710e3334a1aae34a88b0333c0 (diff)
ViewProperties: Store view properties in extended file attributes
Existing settings are converted. Works on most FS except FAT/exFAT which fallback to .directory files. If the extended file attributes (in ADS in Windows) can't be saved, they are saved to file as before. BUG: 322922 You can see file xattr using for instance for Unix filesystems: getfattr -d /home/meven
Diffstat (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index f4d288369..e0c8aa1cc 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -24,7 +24,7 @@
<entry name="ViewMode" type="Int" >
<label context="@label">View Mode</label>
<whatsthis context="@info:whatsthis">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
- <default>DolphinView::IconsView</default>
+ <default code="true">DolphinView::IconsView</default>
</entry>
<entry name="PreviewsShown" type="Bool" >