Make the thumbnail location for the login page configurable

This commit is contained in:
Aura Asuna
2022-05-10 18:12:30 +10:00
parent 1a2a43c301
commit 533a208bff
4 changed files with 10 additions and 12 deletions

View File

@@ -217,7 +217,7 @@ namespace EveOPreview.Services
view.ThumbnailLocation = this.IsManageableThumbnail(view)
? this._configuration.GetThumbnailLocation(view.Title, this._activeClient.Title, view.ThumbnailLocation)
: this._configuration.GetDefaultThumbnailLocation();
: this._configuration.LoginThumbnailLocation;
this._thumbnailViews.Add(view.Id, view);