1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-31 17:34:14 +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; NotificationPosition = TweetNotification.Position.TopRight;
CustomNotificationPosition = new Point(-32000,-32000); CustomNotificationPosition = new Point(-32000,-32000);
NotificationEdgeDistance = 8; NotificationEdgeDistance = 8;
NotificationDurationValue = 25;
EnableUpdateCheck = true; EnableUpdateCheck = true;
ExpandLinksOnHover = true; ExpandLinksOnHover = true;
EnableTrayHighlight = true; EnableTrayHighlight = true;