mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Some cleanup
This commit is contained in:
@@ -62,12 +62,8 @@ namespace FeedCenter
|
||||
|
||||
// Set the callbacks into the provider
|
||||
genericProvider.OpenDataStore = SettingsStore.OpenDataStore;
|
||||
genericProvider.CloseDataStore = SettingsStore.CloseDataStore;
|
||||
genericProvider.GetSettingValue = SettingsStore.GetSettingValue;
|
||||
genericProvider.SetSettingValue = SettingsStore.SetSettingValue;
|
||||
genericProvider.DeleteSettingsForVersion = SettingsStore.DeleteSettingsForVersion;
|
||||
genericProvider.GetVersionList = SettingsStore.GetVersionList;
|
||||
genericProvider.DeleteOldVersionsOnUpgrade = !IsDebugBuild;
|
||||
|
||||
Log.Logger = new LoggerConfiguration()
|
||||
.Enrich.WithThreadId()
|
||||
|
||||
Reference in New Issue
Block a user