Save configuration when the EVE-O Preview is closed
This commit is contained in:
@@ -53,6 +53,7 @@ namespace EveOPreview.UI
|
|||||||
private void ExitApplication()
|
private void ExitApplication()
|
||||||
{
|
{
|
||||||
this._thumbnailManager.Deactivate();
|
this._thumbnailManager.Deactivate();
|
||||||
|
this._configurationStorage.Save();
|
||||||
this._exitApplication = true;
|
this._exitApplication = true;
|
||||||
this.View.Close();
|
this.View.Close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user