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:
parent
506cd52255
commit
3f15ff1c06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user