ux: copied icon change duration

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-04-14 16:17:27 +08:00
parent 1ca4145e00
commit 5a838ec8f2

View File

@@ -98,7 +98,7 @@ namespace SourceGit.Views
IsSHACopied = false;
_iconResetTimer = null;
}, TimeSpan.FromSeconds(3));
}, TimeSpan.FromSeconds(2));
IsSHACopied = true;
e.Handled = true;