mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 19:26:57 -04:00
Add support for custom date formats in settings
This commit is contained in:
parent
efae0e99b8
commit
69184a74fe
6 changed files with 32 additions and 7 deletions
|
@ -12,9 +12,9 @@ namespace DiscordChatExporter
|
|||
ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
|
||||
|
||||
// Services
|
||||
SimpleIoc.Default.Register<IDataService, DataService>(true);
|
||||
SimpleIoc.Default.Register<IExportService, ExportService>(true);
|
||||
SimpleIoc.Default.Register<ISettingsService, SettingsService>(true);
|
||||
SimpleIoc.Default.Register<IDataService, DataService>();
|
||||
SimpleIoc.Default.Register<IExportService, ExportService>();
|
||||
SimpleIoc.Default.Register<ISettingsService, SettingsService>();
|
||||
|
||||
// View models
|
||||
SimpleIoc.Default.Register<IErrorViewModel, ErrorViewModel>(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue