Skip to content

Commit 5a838ec

Browse files
committed
ux: copied icon change duration
Signed-off-by: leo <longshuang@msn.cn>
1 parent 1ca4145 commit 5a838ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitBaseInfo.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private async void OnCopyCommitSHA(object sender, RoutedEventArgs e)
9898
IsSHACopied = false;
9999

100100
_iconResetTimer = null;
101-
}, TimeSpan.FromSeconds(3));
101+
}, TimeSpan.FromSeconds(2));
102102

103103
IsSHACopied = true;
104104
e.Handled = true;

0 commit comments

Comments
 (0)