Some EVE clients should not be minimized even if the 'Minimize inactive clients' option is enabled

This commit is contained in:
Anton Kasyanov
2018-03-29 01:34:49 +03:00
parent a810539a19
commit fda4d9f0a9
3 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ namespace EveOPreview.Configuration
Keys GetClientHotkey(string currentClient);
void SetClientHotkey(string currentClient, Keys hotkey);
bool IsPriorityClient(string currentClient);
bool IsThumbnailDisabled(string currentClient);
void ToggleThumbnail(string currentClient, bool isDisabled);