save config settings when config window is closed
This commit is contained in:
parent
0f7f882902
commit
d1159e7737
|
@ -22,5 +22,10 @@ public Configuration()
|
|||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
|
||||
{
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue