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

Remove old user configuration fix

This commit is contained in:
chylex 2018-07-24 06:16:52 +02:00
parent d83d2660cf
commit 73549515eb

View File

@ -216,11 +216,6 @@ public void Reset(){
private void LoadInternal(bool backup){
Serializer.Read(backup ? GetBackupFile(file) : file, this);
if (NotificationScrollSpeed == 10){ // incorrect initial value
NotificationScrollSpeed = 100;
Save();
}
}
public static UserConfig Load(string file){