Make sure to remember last used setting.

This commit is contained in:
Daniel Kraus 2015-08-05 21:43:08 +02:00
parent ed43497179
commit d0bd7dd2a5
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ namespace zaaReloaded2
Settings settings = settingsVM.RevealModelObject() as Settings;
DoFormat(settings);
Properties.Settings.Default.LastSettings = settings.Uid;
Properties.Settings.Default.Save();
};
vm.RequestCloseView += (sender, args) =>
{