Fixed profile name update bug.

This commit is contained in:
Sipke Schoorstra
2015-06-17 14:06:37 +03:00
parent 2992e41d09
commit 4626b85129
@@ -132,6 +132,7 @@ namespace IDeliverable.Slides.Controllers
profile.EngineStates[engine.Name] = engine.Data.Serialize();
}
profile.Name = viewModel.Name?.Trim();
profile.SelectedEngine = viewModel.SelectedEngine;
settingsPart.StoreProfile(profile);
_services.Notifier.Information(T("That slide show profile has been updated."));