Save configuration when the EVE-O Preview is closed

This commit is contained in:
Anton Kasyanov
2016-06-05 14:39:51 +03:00
parent e5b8023190
commit 82f7c5c8ac

View File

@@ -53,6 +53,7 @@ namespace EveOPreview.UI
private void ExitApplication()
{
this._thumbnailManager.Deactivate();
this._configurationStorage.Save();
this._exitApplication = true;
this.View.Close();
}