1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 02:34:06 +02:00

Fix missing default value for NotificationDurationValue causing crash with fresh install

This commit is contained in:
chylex 2016-08-13 03:16:28 +02:00
parent 506cd52255
commit 3f15ff1c06

View File

@ -110,6 +110,7 @@ private UserConfig(string file){
NotificationPosition = TweetNotification.Position.TopRight;
CustomNotificationPosition = new Point(-32000,-32000);
NotificationEdgeDistance = 8;
NotificationDurationValue = 25;
EnableUpdateCheck = true;
ExpandLinksOnHover = true;
EnableTrayHighlight = true;