mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
Merge pull request #3937 from gitbutlerapp/add-revert-help-text
feat: Add help text to Revert button on Snapshot Card.
This commit is contained in:
commit
ad4d94208b
@ -159,6 +159,7 @@
|
||||
style="ghost"
|
||||
kind="solid"
|
||||
clickable
|
||||
help="Restores GitButler and your files to the state before this operation. Revert actions can also be undone."
|
||||
on:click={() => {
|
||||
dispatch('restoreClick');
|
||||
}}>Revert</Tag
|
||||
|
Loading…
Reference in New Issue
Block a user