diff options
| author | Jin Liu <[email protected]> | 2025-04-10 12:38:20 +0800 |
|---|---|---|
| committer | Jin Liu <[email protected]> | 2025-04-16 06:24:46 +0000 |
| commit | 2eb009455bec2fcdbd394a276ce40b3ff5efc35f (patch) | |
| tree | 651f2101d4540d48ee9928946ddab4534ff2cafc /src/dolphinpart.rc | |
| parent | 676c7fee62a42605d8f896be1089158159a8003c (diff) | |
Revert dd07a327 Move "Show in Groups" toggle action into Sort menu
Now it's in the first level of the "View Settings" dropdown, no
need to be nested in the "Sort" menu.
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index 9887e5210..5f57f586a 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="dolphinpart" version="17" translationDomain="dolphin"> +<gui name="dolphinpart" version="18" translationDomain="dolphin"> <MenuBar> <Menu name="edit"><text>&Edit</text> <Action name="new_menu"/> @@ -25,6 +25,7 @@ <Action name="sort" /> <Action name="additional_info" /> <Action name="show_preview" /> + <Action name="show_in_groups" /> <Action name="show_hidden_files" /> <Separator/> <Action name="view_properties" /> |
