decrease RevealDelay for PrivacyChars on hover (#13504)
This commit is contained in:
Родитель
a3f5a52960
Коммит
39aabb4825
|
@ -4,7 +4,7 @@ namespace WalletWasabi.Fluent.Helpers;
|
|||
|
||||
public static class PrivacyModeHelper
|
||||
{
|
||||
private static readonly TimeSpan RevealDelay = TimeSpan.FromSeconds(0.75);
|
||||
private static readonly TimeSpan RevealDelay = TimeSpan.FromSeconds(0.25);
|
||||
private static readonly TimeSpan HideDelay = TimeSpan.FromSeconds(10);
|
||||
|
||||
public static IObservable<bool> DelayedRevealAndHide(
|
||||
|
|
Загрузка…
Ссылка в новой задаче