feature<Stashes>: supports clear all stashes

This commit is contained in:
leo 2023-08-21 20:33:41 +08:00
parent 4d7b16dc75
commit f92f5746b9
4 changed files with 46 additions and 2 deletions

View file

@ -542,4 +542,5 @@
<sys:String x:Key="Text.BadArchiveFile">Invalid path for archive file</sys:String>
<sys:String x:Key="Text.Required">This field is required</sys:String>
<sys:String x:Key="Text.ConfirmRemoveRepo">You are removing repository '{0}'. Are you sure to continue?</sys:String>
<sys:String x:Key="Text.ConfirmClearStashes">You are trying to clear all stashes. Are you sure to continue?</sys:String>
</ResourceDictionary>