diff options
| author | Gleb Kasachou <[email protected]> | 2025-09-07 13:24:28 +0300 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-09-07 10:24:28 +0000 |
| commit | bfa9c13cb24da62bea8d45f9f99a884a50a039a3 (patch) | |
| tree | e6e416358149fc2ea97578d426182df1ae7361ea /src/dolphinui.rc | |
| parent | 5d66b4f5ecce950cd6f643fa27463b733bfc5c66 (diff) | |
Add support for Redo operations
This MR updates Dolphin to support redo functionality added in KIO's FileUndoManager. It enables triggering redo operations from the user interface and ensures appropriate integration with the undo/redo command flow.
Require: [!1941](https://invent.kde.org/frameworks/kio/-/merge_requests/1941)
BUG: 451746
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 6bac6a193..93666b6bb 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="dolphin" version="47"> +<gui name="dolphin" version="48"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -21,8 +21,6 @@ <Action name="properties" /> </Menu> <Menu name="edit"> - <Action name="edit_undo" /> - <Separator /> <Action name="edit_cut" /> <Action name="edit_copy" /> <Action name="copy_location" /> |
