[GUI] Add dark theme (#388)

This commit is contained in:
Andrew Kolos 2020-10-05 09:31:37 -04:00 committed by GitHub
parent 08442f21b7
commit 19f678ca01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 147 additions and 110 deletions

View file

@ -12,6 +12,8 @@ namespace DiscordChatExporter.Gui.Services
public bool IsTokenPersisted { get; set; } = true;
public bool IsDarkThemeEnabled { get; set; } = false;
public int ParallelLimit { get; set; } = 1;
public AuthToken? LastToken { get; set; }