mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-19 18:15:47 +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; }
|
|
}
|
|
}
|