mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
[GUI] Add dark theme (#388)
This commit is contained in:
@@ -107,6 +107,8 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||
IsBotToken = _settingsService.LastToken.Type == AuthTokenType.Bot;
|
||||
TokenValue = _settingsService.LastToken.Value;
|
||||
}
|
||||
|
||||
Theme.SetCurrent(_settingsService.IsDarkThemeEnabled ? Theme.Dark : Theme.Light);
|
||||
|
||||
await HandleAutoUpdateAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user