diff --git a/src/Views/CommitBaseInfo.axaml.cs b/src/Views/CommitBaseInfo.axaml.cs index d827fbe7..b617476d 100644 --- a/src/Views/CommitBaseInfo.axaml.cs +++ b/src/Views/CommitBaseInfo.axaml.cs @@ -98,7 +98,7 @@ namespace SourceGit.Views IsSHACopied = false; _iconResetTimer = null; - }, TimeSpan.FromSeconds(3)); + }, TimeSpan.FromSeconds(2)); IsSHACopied = true; e.Handled = true;