feature: add context menu Save As Patch... for selected stash (#1018)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-24 21:24:53 +08:00
parent 4868ea1a0b
commit 1d037c7c57
No known key found for this signature in database
5 changed files with 53 additions and 0 deletions

View file

@ -669,6 +669,7 @@
<x:String x:Key="Text.StashCM.Apply" xml:space="preserve">Apply</x:String>
<x:String x:Key="Text.StashCM.Drop" xml:space="preserve">Drop</x:String>
<x:String x:Key="Text.StashCM.Pop" xml:space="preserve">Pop</x:String>
<x:String x:Key="Text.StashCM.SaveAsPatch" xml:space="preserve">Save as Patch...</x:String>
<x:String x:Key="Text.StashDropConfirm" xml:space="preserve">Drop Stash</x:String>
<x:String x:Key="Text.StashDropConfirm.Label" xml:space="preserve">Drop:</x:String>
<x:String x:Key="Text.Stashes" xml:space="preserve">STASHES</x:String>