#51 allow hiding of preview for eve login screen clients
updated README.md
This commit is contained in:
@@ -443,6 +443,15 @@ namespace EveOPreview.Services
|
||||
continue;
|
||||
}
|
||||
|
||||
if (this._configuration.HideLoginClientThumbnail && (view.Title == DEFAULT_CLIENT_TITLE ))
|
||||
{
|
||||
if (view.IsActive)
|
||||
{
|
||||
view.Hide();
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
// No need to update Thumbnails while one of them is highlighted
|
||||
if (!this._isHoverEffectActive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user