mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-29 20:34:05 +02:00
6 lines
117 B
C#
6 lines
117 B
C#
namespace TweetDck.Updates{
|
|
class UpdaterSettings{
|
|
public bool AllowPreReleases { get; set; }
|
|
}
|
|
}
|