Let user disable auto-updates

This commit is contained in:
Alexey Golub
2018-02-25 18:22:55 +02:00
parent 4540134a98
commit 9988300942
6 changed files with 37 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
{
public interface ISettingsViewModel
{
bool IsAutoUpdateEnabled { get; set; }
string DateFormat { get; set; }
int MessageGroupLimit { get; set; }
}