public void Seed(ISettingsStore store) { // Check for updates? if (!store.Exist(Constants.Settings.General.CheckForUpdates)) { store.Set(Constants.Settings.General.CheckForUpdates, true); } // Include previews? if (!store.Exist(Constants.Settings.General.IncludePreviews)) { store.Set(Constants.Settings.General.IncludePreviews, false); } }