#51 allow hiding of preview for eve login screen clients

updated README.md
This commit is contained in:
Izakbar
2025-02-05 21:52:50 +00:00
parent 7ec1aceb54
commit 8e7c7374f4
5 changed files with 16 additions and 2 deletions

View File

@@ -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)
{