mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-05 02:34:07 +02:00
8 lines
237 B
C#
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; }
|
|
}
|
|
}
|