Make sure to remember last used setting.
This commit is contained in:
parent
ed43497179
commit
d0bd7dd2a5
@ -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) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user