mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-25 17:34:06 +02:00
7 lines
169 B
C#
7 lines
169 B
C#
namespace TweetDck.Updates{
|
|
class UpdaterSettings{
|
|
public bool AllowPreReleases { get; set; }
|
|
public string DismissedUpdate { get; set; }
|
|
}
|
|
}
|