fix events on new configuration items

config -> mainform for label colour/size
version -> 8.0.1.1
This commit is contained in:
Izakbar
2024-11-11 21:33:14 +00:00
parent 839d50d20c
commit 38733b71f1
3 changed files with 28 additions and 10 deletions

View File

@@ -128,9 +128,12 @@ namespace EveOPreview.Presenters
this.View.ThumbnailSnapToGridSizeY = this._configuration.ThumbnailSnapToGridSizeY;
this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight;
this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor;
}
private async void SaveApplicationSettings()
this.View.OverlayLabelColor = this._configuration.OverlayLabelColor;
this.View.OverlayLabelSize = this._configuration.OverlayLabelSize;
}
private async void SaveApplicationSettings()
{
this._configuration.MinimizeToTray = this.View.MinimizeToTray;