Make the thumbnail location for the login page configurable
This commit is contained in:
@@ -49,7 +49,8 @@ namespace EveOPreview.Configuration
|
||||
Color ActiveClientHighlightColor { get; set; }
|
||||
int ActiveClientHighlightThickness { get; set; }
|
||||
|
||||
Point GetDefaultThumbnailLocation();
|
||||
Point LoginThumbnailLocation { get; set; }
|
||||
|
||||
Point GetThumbnailLocation(string currentClient, string activeClient, Point defaultLocation);
|
||||
void SetThumbnailLocation(string currentClient, string activeClient, Point location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user