┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_detailsmodesettings.kcfg
diff options
context:
space:
mode:
authorSerg Podtynnyi <[email protected]>2023-01-27 17:54:35 +0700
committerMéven Car <[email protected]>2023-02-14 16:40:33 +0000
commitb7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c (patch)
tree588bab13ef7742430801752f720955fd1f34b5be /src/settings/dolphin_detailsmodesettings.kcfg
parentbb686052c7b353aa58151172cf215fd2349f8b94 (diff)
Add new settings for permissions column format
Ability to configure column for the file/dir permissions in Numeric(Octal)/Textual/Combined style and update field display style to be right-alighed. Add toolips to column menu items BUG: 227745
Diffstat (limited to 'src/settings/dolphin_detailsmodesettings.kcfg')
-rw-r--r--src/settings/dolphin_detailsmodesettings.kcfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/settings/dolphin_detailsmodesettings.kcfg b/src/settings/dolphin_detailsmodesettings.kcfg
index aad59743c..9efdebe71 100644
--- a/src/settings/dolphin_detailsmodesettings.kcfg
+++ b/src/settings/dolphin_detailsmodesettings.kcfg
@@ -51,5 +51,14 @@
<label>if true we use short relative dates, if not short dates</label>
<default>true</default>
</entry>
+ <entry name="UsePermissionsFormat" type="Enum">
+ <label>Permissions style format</label>
+ <choices>
+ <choice name="SymbolicFormat" />
+ <choice name="NumericFormat" />
+ <choice name="CombinedFormat" />
+ </choices>
+ <default>0</default>
+ </entry>
</group>
</kcfg>