Do not save positions of thumbnails of the client sitting on the login screen
This commit is contained in:
@@ -403,7 +403,10 @@ namespace EveOPreview.UI
|
|||||||
|
|
||||||
IThumbnailView view = this._thumbnailViews[id];
|
IThumbnailView view = this._thumbnailViews[id];
|
||||||
|
|
||||||
this.ThumbnailPositionChanged?.Invoke(view.Title, this._activeClientTitle, view.ThumbnailLocation);
|
if (view.Title != ThumbnailManager.DefaultClientTitle)
|
||||||
|
{
|
||||||
|
this.ThumbnailPositionChanged?.Invoke(view.Title, this._activeClientTitle, view.ThumbnailLocation);
|
||||||
|
}
|
||||||
|
|
||||||
view.Refresh(false);
|
view.Refresh(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user