Persist the 'Hide thumbnail' option value

This commit is contained in:
Anton Kasyanov
2018-02-25 22:22:52 +02:00
parent 37d14446a9
commit 295976a97b
10 changed files with 35 additions and 41 deletions

View File

@@ -36,7 +36,6 @@ namespace EveOPreview.View
{
this._windowManager = windowManager;
this.IsEnabled = true;
this.IsActive = false;
this.IsOverlayEnabled = false;
@@ -68,8 +67,6 @@ namespace EveOPreview.View
}
}
public bool IsEnabled { get; set; }
public bool IsActive { get; set; }
public bool IsOverlayEnabled { get; set; }