Make the thumbnail location for the login page configurable

This commit is contained in:
Aura Asuna
2022-05-10 18:12:30 +10:00
parent 1a2a43c301
commit 533a208bff
4 changed files with 10 additions and 12 deletions

View File

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