diff options
| author | arnav dhamija <[email protected]> | 2017-02-13 22:24:01 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-02-13 22:24:01 +0530 |
| commit | ccb3658b3aa7f5b0f0b71cb6e91808bdfe58af64 (patch) | |
| tree | cf6b1cd277d7a410278802aa600be0c65af6bd64 /src/dolphinui.rc | |
| parent | 41253c0c81bafb54a0b6c82e5282e3add85e8a50 (diff) | |
| parent | 0d4924d8bbab256b13ae13040201bea7ea04ab2f (diff) | |
Merge branch 'stashAction'
This adds the support for the Stash action which will be helpful for the upcoming stash:/ ioslave
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index f197af402..c44665656 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -27,6 +27,7 @@ <Action name="show_hidden_files" /> <Separator/> <Action name="split_view" /> + <Action name="split_stash" /> <Action name="reload" /> <Action name="stop" /> <Separator/> @@ -97,6 +98,7 @@ <Action name="edit_find"/> <Action name="show_preview" /> <Action name="split_view" /> + <Action name="split_stash" /> </ToolBar> <ActionProperties scheme="Default"> <Action priority="0" name="go_back"/> |
