mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 22:18:24 +00:00
[GUI] Add dark theme (#388)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user