[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

@@ -108,7 +108,7 @@ namespace DiscordChatExporter.Gui.ViewModels
TokenValue = _settingsService.LastToken.Value;
}
if (_settingsService.IsDarkThemeEnabled)
if (_settingsService.IsDarkModeEnabled)
{
App.SetDarkTheme();
}