1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-11-10 23:42:50 +01:00
TweetDuck/Updates/UpdaterSettings.cs

8 lines
237 B
C#

namespace TweetDuck.Updates{
sealed class UpdaterSettings{
public bool AllowPreReleases { get; set; }
public string DismissedUpdate { get; set; }
public string InstallerDownloadFolder { get; set; }
}
}