mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-14 17:42:47 +01:00
6 lines
117 B
C#
6 lines
117 B
C#
namespace TweetDck.Updates{
|
|
class UpdaterSettings{
|
|
public bool AllowPreReleases { get; set; }
|
|
}
|
|
}
|