1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 18:42:45 +02:00
TweetDuck/Updates/UpdaterSettings.cs

7 lines
169 B
C#

namespace TweetDck.Updates{
class UpdaterSettings{
public bool AllowPreReleases { get; set; }
public string DismissedUpdate { get; set; }
}
}