mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
bump default notification duration to 7 seconds
This commit is contained in:
parent
0dbc76f96f
commit
a46d0bc2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ internal static class NotificationConstants
|
|||
public const float ProgressWaveLoopMaxColorTimeRatio = 0.7f;
|
||||
|
||||
/// <summary>Default duration of the notification.</summary>
|
||||
public static readonly TimeSpan DefaultDuration = TimeSpan.FromSeconds(3);
|
||||
public static readonly TimeSpan DefaultDuration = TimeSpan.FromSeconds(7);
|
||||
|
||||
/// <summary>Duration of show animation.</summary>
|
||||
public static readonly TimeSpan ShowAnimationDuration = TimeSpan.FromMilliseconds(300);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue