[GUI] Clean up the UI

This commit is contained in:
Alexey Golub
2020-10-05 17:41:09 +03:00
parent 239c47c06e
commit a6bf546e79
7 changed files with 56 additions and 53 deletions

View File

@@ -6,13 +6,13 @@ namespace DiscordChatExporter.Gui.Services
{
public class SettingsService : SettingsManager
{
public string DateFormat { get; set; } = "dd-MMM-yy hh:mm tt";
public bool IsAutoUpdateEnabled { get; set; } = true;
public bool IsDarkModeEnabled { get; set; }
public bool IsTokenPersisted { get; set; } = true;
public bool IsDarkThemeEnabled { get; set; } = false;
public string DateFormat { get; set; } = "dd-MMM-yy hh:mm tt";
public int ParallelLimit { get; set; } = 1;