mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-03 16:18:53 -04:00
[GUI] Add dark theme (#388)
This commit is contained in:
parent
08442f21b7
commit
19f678ca01
9 changed files with 147 additions and 110 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue