Skip to content

Commit

Permalink
FIX: notification duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis51 committed Jan 5, 2021
1 parent 7b231c2 commit 14910bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menagerie/Services/NotificationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static NotificationService Instance {
}
#endregion

private const int DURATION = 99999;
private const int DURATION = 8000;
private bool Ready = false;
private bool NotificationRunning = false;
private TaskbarIcon TrayIcon;
Expand Down

0 comments on commit 14910bd

Please sign in to comment.