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

Fix missing case for custom notification position

This commit is contained in:
chylex 2016-04-11 14:27:34 +02:00
parent 8d7a55e6ed
commit 7db3c4fcba

View File

@ -30,6 +30,7 @@ public FormSettings(FormBrowser browserForm){
case TweetNotification.Position.TopRight: radioLocTR.Checked = true; break;
case TweetNotification.Position.BottomLeft: radioLocBL.Checked = true; break;
case TweetNotification.Position.BottomRight: radioLocBR.Checked = true; break;
case TweetNotification.Position.Custom: radioLocCustom.Checked = true; break;
}
switch(Config.NotificationDuration){