add sorting to dolphin toolbar
This commit is contained in:
parent
6fa90af645
commit
2e149b68bc
|
|
@ -147,6 +147,13 @@
|
|||
<Action name="details"/>
|
||||
<Separator name="separator_1"/>
|
||||
<Action name="url_navigators"/>
|
||||
<Separator name="separator_2"/>
|
||||
<Action name="sort_by_text"/>
|
||||
<Action name="sort_by_size"/>
|
||||
<Action name="sort_by_modificationtime"/>
|
||||
<Action name="ascending"/>
|
||||
<Action name="descending"/>
|
||||
<Separator name="separator_3"/>
|
||||
<Action name="split_view"/>
|
||||
<Action name="split_stash"/>
|
||||
<Action name="toggle_search"/>
|
||||
|
|
@ -195,5 +202,10 @@
|
|||
<Action name="toggle_search" priority="0"/>
|
||||
<Action name="toggle_filter" priority="0"/>
|
||||
<Action name="open_terminal_here" priority="0"/>
|
||||
<Action name="sort_by_size" icon="kr_diskusage"/>
|
||||
<Action name="sort_by_text" icon="draw-text"/>
|
||||
<Action name="sort_by_modificationtime" icon="view-calendar-time-spent"/>
|
||||
<Action name="ascending" icon="up"/>
|
||||
<Action name="descending" icon="down"/>
|
||||
</ActionProperties>
|
||||
</gui>
|
||||
|
|
|
|||
Loading…
Reference in a new issue