diff --git a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs index 245fd0d..d051275 100644 --- a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs +++ b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs @@ -129,11 +129,11 @@ namespace EveOPreview.Presenters this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight; this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor; - this.View.OverlayLabelColor = this._configuration.OverlayLabelColor; - this.View.OverlayLabelSize = this._configuration.OverlayLabelSize; - } + this.View.OverlayLabelColor = this._configuration.OverlayLabelColor; + this.View.OverlayLabelSize = this._configuration.OverlayLabelSize; + } - private async void SaveApplicationSettings() + private async void SaveApplicationSettings() { this._configuration.MinimizeToTray = this.View.MinimizeToTray;